Html Css Color HEX #B3C021 Rio Grande

📋 copy color: '#B3C021'

red 179 ◦ green 192 ◦ blue 33

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

Shades of Rio Grande #B3C021

Tints of Rio Grande #B3C021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 44.31%
G = 47.52%
B = 8.17%

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

#B3C021 (or 0xB3C021) is known color: Rio Grande. HEX triplet: B3, C0 and 21. RGB value is (179,192,33). Sum of RGB (Red+Green+Blue) = 179+192+33=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C021 is #4C3FDE. Grayscale: #AAAAAA. Windows color (decimal): -4997087 or 2212019. OLE color: 2212019.

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

Color convert

RGB 179 192 33 -
CMYK 0.07 0 0.83 0.25
HSL 64.91º 0.71% 0.44% -
HSV(B) 64.91º 0.83% 0.75% -
XYZ 37.71 47.39 8.6 -
YUV 169.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 179 192 33 0.07 0 0.83 0.25 64.91 0.71 0.44
Hex B3 C0 21 7 0 53 19 41 47 2C
Octal 263 300 41 7 0 123 31 101 107 54
Binary 10110011 11000000 100001 111 0 1010011 11001 1000001 1000111 101100

Color Harmonies of #B3C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C021

Black with #B3C021

Text Example


Text Example

White with #B3C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C021; }

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

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

background-color css

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

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

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

border-color css

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

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

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