Html Css Color HEX #B2C316 Rio Grande

📋 copy color: '#B2C316'

red 178 ◦ green 195 ◦ blue 22

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

Shades of Rio Grande #B2C316

Tints of Rio Grande #B2C316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

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

R = 45.06%
G = 49.37%
B = 5.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#B2C316 (or 0xB2C316) is known color: Rio Grande. HEX triplet: B2, C3 and 16. RGB value is (178,195,22). Sum of RGB (Red+Green+Blue) = 178+195+22=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C316 is #4D3CE9. Grayscale: #AAAAAA. Windows color (decimal): -5061866 or 1491890. OLE color: 1491890.

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

Color convert

RGB 178 195 22 -
CMYK 0.09 0 0.89 0.24
HSL 65.9º 0.8% 0.43% -
HSV(B) 65.9º 0.89% 0.76% -
XYZ 38.02 48.55 8.13 -
YUV 170.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 178 195 22 0.09 0 0.89 0.24 65.9 0.8 0.43
Hex B2 C3 16 9 0 59 18 42 50 2B
Octal 262 303 26 11 0 131 30 102 120 53
Binary 10110010 11000011 10110 1001 0 1011001 11000 1000010 1010000 101011

Color Harmonies of #B2C316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C316

Black with #B2C316

Text Example


Text Example

White with #B2C316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C316; }

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

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

background-color css

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

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

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

border-color css

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

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

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