Html Css Color HEX #B2C616 Rio Grande

📋 copy color: '#B2C616'

red 178 ◦ green 198 ◦ blue 22

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

Shades of Rio Grande #B2C616

Tints of Rio Grande #B2C616

RGB

 RED value IS 178 (69.92% from 255) = 44.72%

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

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

R = 44.72%
G = 49.75%
B = 5.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#B2C616 (or 0xB2C616) is known color: Rio Grande. HEX triplet: B2, C6 and 16. RGB value is (178,198,22). Sum of RGB (Red+Green+Blue) = 178+198+22=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C616 is #4D39E9. Grayscale: #ACACAC. Windows color (decimal): -5061098 or 1492658. OLE color: 1492658.

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

Color convert

RGB 178 198 22 -
CMYK 0.10 0 0.89 0.22
HSL 66.82º 0.8% 0.43% -
HSV(B) 66.82º 0.89% 0.78% -
XYZ 38.7 49.91 8.35 -
YUV 171.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 178 198 22 0.10 0 0.89 0.22 66.82 0.8 0.43
Hex B2 C6 16 A 0 59 16 43 50 2B
Octal 262 306 26 12 0 131 26 103 120 53
Binary 10110010 11000110 10110 1010 0 1011001 10110 1000011 1010000 101011

Color Harmonies of #B2C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C616

Black with #B2C616

Text Example


Text Example

White with #B2C616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C616; }

 p { color: rgb(178,198,22); }

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

background-color css

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

 a { background-color: rgb(178,198,22); }

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

border-color css

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

 span { border-color: rgb(178,198,22); }

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