Html Css Color HEX #B9CD1C Rio Grande

📋 copy color: '#B9CD1C'

red 185 ◦ green 205 ◦ blue 28

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

Shades of Rio Grande #B9CD1C

Tints of Rio Grande #B9CD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 44.26%
G = 49.04%
B = 6.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#B9CD1C (or 0xB9CD1C) is known color: Rio Grande. HEX triplet: B9, CD and 1C. RGB value is (185,205,28). Sum of RGB (Red+Green+Blue) = 185+205+28=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD1C is #4632E3. Grayscale: #B3B3B3. Windows color (decimal): -4600548 or 1887673. OLE color: 1887673.

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

Color convert

RGB 185 205 28 -
CMYK 0.10 0 0.86 0.20
HSL 66.78º 0.76% 0.46% -
HSV(B) 66.78º 0.86% 0.8% -
XYZ 42.05 54.06 9.32 -
YUV 178.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 185 205 28 0.10 0 0.86 0.20 66.78 0.76 0.46
Hex B9 CD 1C A 0 56 14 43 4C 2E
Octal 271 315 34 12 0 126 24 103 114 56
Binary 10111001 11001101 11100 1010 0 1010110 10100 1000011 1001100 101110

Color Harmonies of #B9CD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD1C

Black with #B9CD1C

Text Example


Text Example

White with #B9CD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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