#B0CD0A

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

Shades of La Rioja #B0CD0A

Tints of La Rioja #B0CD0A

Color information

#B0CD0A (or 0xB0CD0A) is unknown color: approx La Rioja. HEX triplet: B0, CD and 0A. RGB value is (176,205,10). Sum of RGB (Red+Green+Blue) = 176+205+10=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CD0A is #4F32F5. Grayscale: #AEAEAE. Windows color (decimal): -5190390 or 708016. OLE color: 708016.

HSL color Cylindrical-coordinate representation of color #B0CD0A: hue angle of 68.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0CD0A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB17620510-
CMYK0.1400.950.20
HSL68.92º90.7%42.16%-
HSV(B)68.92º95.12%80.39%-
XYZ39.7952.918.4-
YUV174.135.39129.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 205 (80.47% from 255) = 52.43%
BLUE value IS 10 (4.30% from 255) = 2.56%
R=45.01%
G=52.43%
B=2.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176205100.1400.950.2068.9290.742.16
HexB0CDAE05F14455b2a
Octal260315121601372410513352
Binary101100001100110110101110010111111010010001011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD0A; }

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

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

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

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

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

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

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

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