Html Css Color HEX #B5C32B Rio Grande

📋 copy color: '#B5C32B'

red 181 ◦ green 195 ◦ blue 43

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

Shades of Rio Grande #B5C32B

Tints of Rio Grande #B5C32B

RGB

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

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

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

R = 43.2%
G = 46.54%
B = 10.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B5C32B (or 0xB5C32B) is known color: Rio Grande. HEX triplet: B5, C3 and 2B. RGB value is (181,195,43). Sum of RGB (Red+Green+Blue) = 181+195+43=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C32B is #4A3CD4. Grayscale: #AEAEAE. Windows color (decimal): -4865237 or 2868149. OLE color: 2868149.

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

Color convert

RGB 181 195 43 -
CMYK 0.07 0 0.78 0.24
HSL 65.53º 0.64% 0.47% -
HSV(B) 65.53º 0.78% 0.76% -
XYZ 39.01 49.03 9.69 -
YUV 173.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 181 195 43 0.07 0 0.78 0.24 65.53 0.64 0.47
Hex B5 C3 2B 7 0 4E 18 42 40 2F
Octal 265 303 53 7 0 116 30 102 100 57
Binary 10110101 11000011 101011 111 0 1001110 11000 1000010 1000000 101111

Color Harmonies of #B5C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C32B

Black with #B5C32B

Text Example


Text Example

White with #B5C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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