Html Css Color HEX #B3C220 Rio Grande

📋 copy color: '#B3C220'

red 179 ◦ green 194 ◦ blue 32

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

Shades of Rio Grande #B3C220

Tints of Rio Grande #B3C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

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

R = 44.2%
G = 47.9%
B = 7.9%

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

#B3C220 (or 0xB3C220) is known color: Rio Grande. HEX triplet: B3, C2 and 20. RGB value is (179,194,32). Sum of RGB (Red+Green+Blue) = 179+194+32=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C220 is #4C3DDF. Grayscale: #ABABAB. Windows color (decimal): -4996576 or 2146995. OLE color: 2146995.

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

Color convert

RGB 179 194 32 -
CMYK 0.08 0 0.84 0.24
HSL 65.56º 0.72% 0.44% -
HSV(B) 65.56º 0.84% 0.76% -
XYZ 38.14 48.27 8.67 -
YUV 171.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 179 194 32 0.08 0 0.84 0.24 65.56 0.72 0.44
Hex B3 C2 20 8 0 54 18 42 48 2C
Octal 263 302 40 10 0 124 30 102 110 54
Binary 10110011 11000010 100000 1000 0 1010100 11000 1000010 1001000 101100

Color Harmonies of #B3C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C220

Black with #B3C220

Text Example


Text Example

White with #B3C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C220; }

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

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

background-color css

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

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

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

border-color css

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

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

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