Html Css Color HEX #B3C620 Rio Grande

📋 copy color: '#B3C620'

red 179 ◦ green 198 ◦ blue 32

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

Shades of Rio Grande #B3C620

Tints of Rio Grande #B3C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 43.77%
G = 48.41%
B = 7.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B3C620 (or 0xB3C620) is known color: Rio Grande. HEX triplet: B3, C6 and 20. RGB value is (179,198,32). Sum of RGB (Red+Green+Blue) = 179+198+32=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C620 is #4C39DF. Grayscale: #AEAEAE. Windows color (decimal): -4995552 or 2148019. OLE color: 2148019.

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

Color convert

RGB 179 198 32 -
CMYK 0.10 0 0.84 0.22
HSL 66.87º 0.72% 0.45% -
HSV(B) 66.87º 0.84% 0.78% -
XYZ 39.05 50.08 8.97 -
YUV 173.4 48.21 132 -
System Red Green Blue C M Y K H S L
Decimal 179 198 32 0.10 0 0.84 0.22 66.87 0.72 0.45
Hex B3 C6 20 A 0 54 16 43 48 2D
Octal 263 306 40 12 0 124 26 103 110 55
Binary 10110011 11000110 100000 1010 0 1010100 10110 1000011 1001000 101101

Color Harmonies of #B3C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C620

Black with #B3C620

Text Example


Text Example

White with #B3C620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C620; }

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

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

background-color css

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

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

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

border-color css

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

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

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