Html Css Color HEX #B9CD0C La Rioja

📋 copy color: '#B9CD0C'

red 185 ◦ green 205 ◦ blue 12

#B9CD0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B9CD0C

Tints of La Rioja #B9CD0C

RGB

 RED value IS 185 (72.66% from 255) = 46.02%

 GREEN value IS 205 (80.47% from 255) = 51%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 46.02%
G = 51%
B = 2.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#B9CD0C (or 0xB9CD0C) is known color: La Rioja. HEX triplet: B9, CD and 0C. RGB value is (185,205,12). Sum of RGB (Red+Green+Blue) = 185+205+12=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CD0C is #4632F3. Grayscale: #B1B1B1. Windows color (decimal): -4600564 or 839097. OLE color: 839097.

HSL color Cylindrical-coordinate representation of color #B9CD0C: hue angle of 66.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9CD0C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 12 -
CMYK 0.10 0 0.94 0.20
HSL 66.22º 0.89% 0.43% -
HSV(B) 66.22º 0.94% 0.8% -
XYZ 41.91 54 8.56 -
YUV 177.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 185 205 12 0.10 0 0.94 0.20 66.22 0.89 0.43
Hex B9 CD C A 0 5E 14 42 59 2B
Octal 271 315 14 12 0 136 24 102 131 53
Binary 10111001 11001101 1100 1010 0 1011110 10100 1000010 1011001 101011

Color Harmonies of #B9CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD0C

Black with #B9CD0C

Text Example


Text Example

White with #B9CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD0C; }

 p { color: rgb(185,205,12); }

 H1.HeaderClassName
 {
   color: #B9CD0C;
 }
 .AnyTagClassName
 {
   color: #B9CD0C;
 }
</style>

background-color css

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

 a { background-color: rgb(185,205,12); }

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

border-color css

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

 span { border-color: rgb(185,205,12); }

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