Html Css Color HEX #B5C32C Rio Grande

📋 copy color: '#B5C32C'

red 181 ◦ green 195 ◦ blue 44

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

Shades of Rio Grande #B5C32C

Tints of Rio Grande #B5C32C

RGB

 RED value IS 181 (71.09% from 255) = 43.1%

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

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

R = 43.1%
G = 46.43%
B = 10.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#B5C32C (or 0xB5C32C) is known color: Rio Grande. HEX triplet: B5, C3 and 2C. RGB value is (181,195,44). Sum of RGB (Red+Green+Blue) = 181+195+44=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C32C is #4A3CD3. Grayscale: #AEAEAE. Windows color (decimal): -4865236 or 2933685. OLE color: 2933685.

HSL color Cylindrical-coordinate representation of color #B5C32C: hue angle of 65.56º 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 #B5C32C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 44 -
CMYK 0.07 0 0.77 0.24
HSL 65.56º 0.63% 0.47% -
HSV(B) 65.56º 0.77% 0.76% -
XYZ 39.03 49.04 9.79 -
YUV 173.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 181 195 44 0.07 0 0.77 0.24 65.56 0.63 0.47
Hex B5 C3 2C 7 0 4D 18 42 3F 2F
Octal 265 303 54 7 0 115 30 102 77 57
Binary 10110101 11000011 101100 111 0 1001101 11000 1000010 111111 101111

Color Harmonies of #B5C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C32C

Black with #B5C32C

Text Example


Text Example

White with #B5C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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