Html Css Color HEX #B9C32C Rio Grande

📋 copy color: '#B9C32C'

red 185 ◦ green 195 ◦ blue 44

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

Shades of Rio Grande #B9C32C

Tints of Rio Grande #B9C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

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

R = 43.63%
G = 45.99%
B = 10.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#B9C32C (or 0xB9C32C) is known color: Rio Grande. HEX triplet: B9, C3 and 2C. RGB value is (185,195,44). Sum of RGB (Red+Green+Blue) = 185+195+44=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C32C is #463CD3. Grayscale: #AFAFAF. Windows color (decimal): -4603092 or 2933689. OLE color: 2933689.

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

Color convert

RGB 185 195 44 -
CMYK 0.05 0 0.77 0.24
HSL 63.97º 0.63% 0.47% -
HSV(B) 63.97º 0.77% 0.76% -
XYZ 39.98 49.53 9.84 -
YUV 174.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 185 195 44 0.05 0 0.77 0.24 63.97 0.63 0.47
Hex B9 C3 2C 5 0 4D 18 40 3F 2F
Octal 271 303 54 5 0 115 30 100 77 57
Binary 10111001 11000011 101100 101 0 1001101 11000 1000000 111111 101111

Color Harmonies of #B9C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C32C

Black with #B9C32C

Text Example


Text Example

White with #B9C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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