Html Css Color HEX #B3C320 Rio Grande

📋 copy color: '#B3C320'

red 179 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #B3C320

Tints of Rio Grande #B3C320

RGB

 RED value IS 179 (70.31% from 255) = 44.09%

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

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

R = 44.09%
G = 48.03%
B = 7.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B3C320 (or 0xB3C320) is known color: Rio Grande. HEX triplet: B3, C3 and 20. RGB value is (179,195,32). Sum of RGB (Red+Green+Blue) = 179+195+32=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C320 is #4C3CDF. Grayscale: #ACACAC. Windows color (decimal): -4996320 or 2147251. OLE color: 2147251.

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

Color convert

RGB 179 195 32 -
CMYK 0.08 0 0.84 0.24
HSL 65.89º 0.72% 0.45% -
HSV(B) 65.89º 0.84% 0.76% -
XYZ 38.37 48.72 8.75 -
YUV 171.63 49.2 133.25 -
System Red Green Blue C M Y K H S L
Decimal 179 195 32 0.08 0 0.84 0.24 65.89 0.72 0.45
Hex B3 C3 20 8 0 54 18 42 48 2D
Octal 263 303 40 10 0 124 30 102 110 55
Binary 10110011 11000011 100000 1000 0 1010100 11000 1000010 1001000 101101

Color Harmonies of #B3C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C320

Black with #B3C320

Text Example


Text Example

White with #B3C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C320; }

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

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

background-color css

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

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

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

border-color css

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

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

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