Html Css Color HEX #B3C516 Rio Grande

📋 copy color: '#B3C516'

red 179 ◦ green 197 ◦ blue 22

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

Shades of Rio Grande #B3C516

Tints of Rio Grande #B3C516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.5%

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 44.97%
G = 49.5%
B = 5.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#B3C516 (or 0xB3C516) is known color: Rio Grande. HEX triplet: B3, C5 and 16. RGB value is (179,197,22). Sum of RGB (Red+Green+Blue) = 179+197+22=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C516 is #4C3AE9. Grayscale: #ACACAC. Windows color (decimal): -4995818 or 1492403. OLE color: 1492403.

HSL color Cylindrical-coordinate representation of color #B3C516: hue angle of 66.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3C516 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 197 22 -
CMYK 0.09 0 0.89 0.23
HSL 66.17º 0.8% 0.43% -
HSV(B) 66.17º 0.89% 0.77% -
XYZ 38.7 49.57 8.29 -
YUV 171.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 179 197 22 0.09 0 0.89 0.23 66.17 0.8 0.43
Hex B3 C5 16 9 0 59 17 42 50 2B
Octal 263 305 26 11 0 131 27 102 120 53
Binary 10110011 11000101 10110 1001 0 1011001 10111 1000010 1010000 101011

Color Harmonies of #B3C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C516

Black with #B3C516

Text Example


Text Example

White with #B3C516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C516; }

 p { color: rgb(179,197,22); }

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

background-color css

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

 a { background-color: rgb(179,197,22); }

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

border-color css

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

 span { border-color: rgb(179,197,22); }

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