Html Css Color HEX #B2C320 Rio Grande

📋 copy color: '#B2C320'

red 178 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #B2C320

Tints of Rio Grande #B2C320

RGB

 RED value IS 178 (69.92% from 255) = 43.95%

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

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 43.95%
G = 48.15%
B = 7.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B2C320 (or 0xB2C320) is known color: Rio Grande. HEX triplet: B2, C3 and 20. RGB value is (178,195,32). Sum of RGB (Red+Green+Blue) = 178+195+32=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C320 is #4D3CDF. Grayscale: #ABABAB. Windows color (decimal): -5061856 or 2147250. OLE color: 2147250.

HSL color Cylindrical-coordinate representation of color #B2C320: hue angle of 66.26º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2C320 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 32 -
CMYK 0.09 0 0.84 0.24
HSL 66.26º 0.72% 0.45% -
HSV(B) 66.26º 0.84% 0.76% -
XYZ 38.14 48.6 8.74 -
YUV 171.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 178 195 32 0.09 0 0.84 0.24 66.26 0.72 0.45
Hex B2 C3 20 9 0 54 18 42 48 2D
Octal 262 303 40 11 0 124 30 102 110 55
Binary 10110010 11000011 100000 1001 0 1010100 11000 1000010 1001000 101101

Color Harmonies of #B2C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C320

Black with #B2C320

Text Example


Text Example

White with #B2C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C320; }

 p { color: rgb(178,195,32); }

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

background-color css

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

 a { background-color: rgb(178,195,32); }

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

border-color css

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

 span { border-color: rgb(178,195,32); }

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