Html Css Color HEX #B9C32B Rio Grande

📋 copy color: '#B9C32B'

red 185 ◦ green 195 ◦ blue 43

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

Shades of Rio Grande #B9C32B

Tints of Rio Grande #B9C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 43.74%
G = 46.1%
B = 10.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B9C32B (or 0xB9C32B) is known color: Rio Grande. HEX triplet: B9, C3 and 2B. RGB value is (185,195,43). Sum of RGB (Red+Green+Blue) = 185+195+43=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C32B is #463CD4. Grayscale: #AFAFAF. Windows color (decimal): -4603093 or 2868153. OLE color: 2868153.

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

Color convert

RGB 185 195 43 -
CMYK 0.05 0 0.78 0.24
HSL 63.95º 0.64% 0.47% -
HSV(B) 63.95º 0.78% 0.76% -
XYZ 39.96 49.52 9.74 -
YUV 174.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 185 195 43 0.05 0 0.78 0.24 63.95 0.64 0.47
Hex B9 C3 2B 5 0 4E 18 40 40 2F
Octal 271 303 53 5 0 116 30 100 100 57
Binary 10111001 11000011 101011 101 0 1001110 11000 1000000 1000000 101111

Color Harmonies of #B9C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C32B

Black with #B9C32B

Text Example


Text Example

White with #B9C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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