#B9C00D

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

Shades of La Rioja #B9C00D

Tints of La Rioja #B9C00D

Color information

#B9C00D (or 0xB9C00D) is unknown color: approx La Rioja. HEX triplet: B9, C0 and 0D. RGB value is (185,192,13). Sum of RGB (Red+Green+Blue) = 185+192+13=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C00D is #463FF2. Grayscale: #AAAAAA. Windows color (decimal): -4603891 or 901305. OLE color: 901305.

HSL color Cylindrical-coordinate representation of color #B9C00D: hue angle of 62.35º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9C00D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB18519213-
CMYK0.0400.930.25
HSL62.35º87.32%40.2%-
HSV(B)62.35º93.23%75.29%-
XYZ38.9348.047.6-
YUV169.539.68139.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 13 (5.47% from 255) = 3.33%
R=47.44%
G=49.23%
B=3.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185192130.0400.930.2562.3587.3240.2
HexB9C0D405D193e5728
Octal2713001540135317612750
Binary1011100111000000110110001011101110011111101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C00D; }

 p { color: rgb(185,192,13); }

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

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

 a { background-color: rgb(185,192,13); }

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

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

 span { border-color: rgb(185,192,13); }

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