Html Css Color HEX #B3C020 Rio Grande

📋 copy color: '#B3C020'

red 179 ◦ green 192 ◦ blue 32

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

Shades of Rio Grande #B3C020

Tints of Rio Grande #B3C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 44.42%
G = 47.64%
B = 7.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B3C020 (or 0xB3C020) is known color: Rio Grande. HEX triplet: B3, C0 and 20. RGB value is (179,192,32). Sum of RGB (Red+Green+Blue) = 179+192+32=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C020 is #4C3FDF. Grayscale: #AAAAAA. Windows color (decimal): -4997088 or 2146483. OLE color: 2146483.

HSL color Cylindrical-coordinate representation of color #B3C020: hue angle of 64.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3C020 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 32 -
CMYK 0.07 0 0.83 0.25
HSL 64.88º 0.71% 0.44% -
HSV(B) 64.88º 0.83% 0.75% -
XYZ 37.7 47.39 8.53 -
YUV 169.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 179 192 32 0.07 0 0.83 0.25 64.88 0.71 0.44
Hex B3 C0 20 7 0 53 19 41 47 2C
Octal 263 300 40 7 0 123 31 101 107 54
Binary 10110011 11000000 100000 111 0 1010011 11001 1000001 1000111 101100

Color Harmonies of #B3C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C020

Black with #B3C020

Text Example


Text Example

White with #B3C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C020; }

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

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

background-color css

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

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

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

border-color css

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

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

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