Html Css Color HEX #B2C916 Rio Grande

📋 copy color: '#B2C916'

red 178 ◦ green 201 ◦ blue 22

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

Shades of Rio Grande #B2C916

Tints of Rio Grande #B2C916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.12%

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

R = 44.39%
G = 50.12%
B = 5.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#B2C916 (or 0xB2C916) is known color: Rio Grande. HEX triplet: B2, C9 and 16. RGB value is (178,201,22). Sum of RGB (Red+Green+Blue) = 178+201+22=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C916 is #4D36E9. Grayscale: #AEAEAE. Windows color (decimal): -5060330 or 1493426. OLE color: 1493426.

HSL color Cylindrical-coordinate representation of color #B2C916: hue angle of 67.71º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2C916 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 22 -
CMYK 0.11 0 0.89 0.21
HSL 67.71º 0.8% 0.44% -
HSV(B) 67.71º 0.89% 0.79% -
XYZ 39.39 51.3 8.58 -
YUV 173.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 178 201 22 0.11 0 0.89 0.21 67.71 0.8 0.44
Hex B2 C9 16 B 0 59 15 44 50 2C
Octal 262 311 26 13 0 131 25 104 120 54
Binary 10110010 11001001 10110 1011 0 1011001 10101 1000100 1010000 101100

Color Harmonies of #B2C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C916

Black with #B2C916

Text Example


Text Example

White with #B2C916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C916; }

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

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

background-color css

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

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

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

border-color css

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

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

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