Html Css Color HEX #B6C32B Rio Grande

📋 copy color: '#B6C32B'

red 182 ◦ green 195 ◦ blue 43

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

Shades of Rio Grande #B6C32B

Tints of Rio Grande #B6C32B

RGB

 RED value IS 182 (71.48% from 255) = 43.33%

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

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

R = 43.33%
G = 46.43%
B = 10.24%

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

#B6C32B (or 0xB6C32B) is known color: Rio Grande. HEX triplet: B6, C3 and 2B. RGB value is (182,195,43). Sum of RGB (Red+Green+Blue) = 182+195+43=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C32B is #493CD4. Grayscale: #AEAEAE. Windows color (decimal): -4799701 or 2868150. OLE color: 2868150.

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

Color convert

RGB 182 195 43 -
CMYK 0.07 0 0.78 0.24
HSL 65.13º 0.64% 0.47% -
HSV(B) 65.13º 0.78% 0.76% -
XYZ 39.24 49.15 9.7 -
YUV 173.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 182 195 43 0.07 0 0.78 0.24 65.13 0.64 0.47
Hex B6 C3 2B 7 0 4E 18 41 40 2F
Octal 266 303 53 7 0 116 30 101 100 57
Binary 10110110 11000011 101011 111 0 1001110 11000 1000001 1000000 101111

Color Harmonies of #B6C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C32B

Black with #B6C32B

Text Example


Text Example

White with #B6C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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