Html Css Color HEX #B9CC27 Rio Grande

📋 copy color: '#B9CC27'

red 185 ◦ green 204 ◦ blue 39

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

Shades of Rio Grande #B9CC27

Tints of Rio Grande #B9CC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

 BLUE value IS 39 (15.63% from 255) = 9.11%

R = 43.22%
G = 47.66%
B = 9.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#B9CC27 (or 0xB9CC27) is known color: Rio Grande. HEX triplet: B9, CC and 27. RGB value is (185,204,39). Sum of RGB (Red+Green+Blue) = 185+204+39=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC27 is #4633D8. Grayscale: #B4B4B4. Windows color (decimal): -4600793 or 2608313. OLE color: 2608313.

HSL color Cylindrical-coordinate representation of color #B9CC27: hue angle of 66.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9CC27 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 39 -
CMYK 0.09 0 0.81 0.2
HSL 66.91º 0.68% 0.48% -
HSV(B) 66.91º 0.81% 0.8% -
XYZ 41.97 53.65 10.06 -
YUV 179.51 48.71 131.92 -
System Red Green Blue C M Y K H S L
Decimal 185 204 39 0.09 0 0.81 0.2 66.91 0.68 0.48
Hex B9 CC 27 9 0 51 14 43 44 30
Octal 271 314 47 11 0 121 24 103 104 60
Binary 10111001 11001100 100111 1001 0 1010001 10100 1000011 1000100 110000

Color Harmonies of #B9CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC27

Black with #B9CC27

Text Example


Text Example

White with #B9CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC27; }

 p { color: rgb(185,204,39); }

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

background-color css

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

 a { background-color: rgb(185,204,39); }

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

border-color css

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

 span { border-color: rgb(185,204,39); }

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