Html Css Color HEX #B9CD12 Rio Grande

📋 copy color: '#B9CD12'

red 185 ◦ green 205 ◦ blue 18

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

Shades of Rio Grande #B9CD12

Tints of Rio Grande #B9CD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.41%

R = 45.34%
G = 50.25%
B = 4.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#B9CD12 (or 0xB9CD12) is known color: Rio Grande. HEX triplet: B9, CD and 12. RGB value is (185,205,18). Sum of RGB (Red+Green+Blue) = 185+205+18=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CD12 is #4632ED. Grayscale: #B2B2B2. Windows color (decimal): -4600558 or 1232313. OLE color: 1232313.

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

Color convert

RGB 185 205 18 -
CMYK 0.10 0 0.91 0.20
HSL 66.42º 0.84% 0.44% -
HSV(B) 66.42º 0.91% 0.8% -
XYZ 41.95 54.02 8.79 -
YUV 177.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 185 205 18 0.10 0 0.91 0.20 66.42 0.84 0.44
Hex B9 CD 12 A 0 5B 14 42 54 2C
Octal 271 315 22 12 0 133 24 102 124 54
Binary 10111001 11001101 10010 1010 0 1011011 10100 1000010 1010100 101100

Color Harmonies of #B9CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD12

Black with #B9CD12

Text Example


Text Example

White with #B9CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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