Html Css Color HEX #B9C52C Rio Grande

📋 copy color: '#B9C52C'

red 185 ◦ green 197 ◦ blue 44

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

Shades of Rio Grande #B9C52C

Tints of Rio Grande #B9C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.24%

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 43.43%
G = 46.24%
B = 10.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#B9C52C (or 0xB9C52C) is known color: Rio Grande. HEX triplet: B9, C5 and 2C. RGB value is (185,197,44). Sum of RGB (Red+Green+Blue) = 185+197+44=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C52C is #463AD3. Grayscale: #B0B0B0. Windows color (decimal): -4602580 or 2934201. OLE color: 2934201.

HSL color Cylindrical-coordinate representation of color #B9C52C: hue angle of 64.71º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9C52C is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 44 -
CMYK 0.06 0 0.78 0.23
HSL 64.71º 0.63% 0.47% -
HSV(B) 64.71º 0.78% 0.77% -
XYZ 40.43 50.43 9.99 -
YUV 175.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 185 197 44 0.06 0 0.78 0.23 64.71 0.63 0.47
Hex B9 C5 2C 6 0 4E 17 41 3F 2F
Octal 271 305 54 6 0 116 27 101 77 57
Binary 10111001 11000101 101100 110 0 1001110 10111 1000001 111111 101111

Color Harmonies of #B9C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C52C

Black with #B9C52C

Text Example


Text Example

White with #B9C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C52C; }

 p { color: rgb(185,197,44); }

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

background-color css

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

 a { background-color: rgb(185,197,44); }

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

border-color css

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

 span { border-color: rgb(185,197,44); }

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