#B0C10A

Color #B0C10A La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B0C10A

Tints of La Rioja #B0C10A

Color information

#B0C10A (or 0xB0C10A) is unknown color: approx La Rioja. HEX triplet: B0, C1 and 0A. RGB value is (176,193,10). Sum of RGB (Red+Green+Blue) = 176+193+10=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C10A is #4F3EF5. Grayscale: #A7A7A7. Windows color (decimal): -5193462 or 704944. OLE color: 704944.

HSL color Cylindrical-coordinate representation of color #B0C10A: hue angle of 65.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C10A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB17619310-
CMYK0.0900.950.24
HSL65.57º90.15%39.8%-
HSV(B)65.57º94.82%75.69%-
XYZ37.0347.397.48-
YUV167.0539.37134.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 10 (4.30% from 255) = 2.64%
R=46.44%
G=50.92%
B=2.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176193100.0900.950.2465.5790.1539.8
HexB0C1A905F18425a28
Octal260301121101373010213250
Binary101100001100000110101001010111111100010000101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C10A; }

 p { color: rgb(176,193,10); }

 H1.HeaderClassName
 {
   color: #B0C10A;
 }
 .AnyTagClassName
 {
   color: #B0C10A;
 }
</style>
background-color css

<style>
 a { background-color: #B0C10A; }

 a { background-color: rgb(176,193,10); }

 div.DivClassName
 {
   background-color: #B0C10A;
 }
 .BgClassName
 {
   background-color: #B0C10A;
 }
</style>
border-color css

<style>
 span { border-color: #B0C10A; }

 span { border-color: rgb(176,193,10); }

 td.TdClassName
 {
   border-color: #B0C10A;
 }
 .TagClassName
 {
   border-color: #B0C10A;
 }
</style>