Html Css Color HEX #B2C215 Rio Grande

📋 copy color: '#B2C215'

red 178 ◦ green 194 ◦ blue 21

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

Shades of Rio Grande #B2C215

Tints of Rio Grande #B2C215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.36%

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 45.29%
G = 49.36%
B = 5.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#B2C215 (or 0xB2C215) is known color: Rio Grande. HEX triplet: B2, C2 and 15. RGB value is (178,194,21). Sum of RGB (Red+Green+Blue) = 178+194+21=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C215 is #4D3DEA. Grayscale: #AAAAAA. Windows color (decimal): -5062123 or 1426098. OLE color: 1426098.

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

Color convert

RGB 178 194 21 -
CMYK 0.08 0 0.89 0.24
HSL 65.55º 0.8% 0.42% -
HSV(B) 65.55º 0.89% 0.76% -
XYZ 37.79 48.1 8 -
YUV 169.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 178 194 21 0.08 0 0.89 0.24 65.55 0.8 0.42
Hex B2 C2 15 8 0 59 18 42 50 2A
Octal 262 302 25 10 0 131 30 102 120 52
Binary 10110010 11000010 10101 1000 0 1011001 11000 1000010 1010000 101010

Color Harmonies of #B2C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C215

Black with #B2C215

Text Example


Text Example

White with #B2C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C215; }

 p { color: rgb(178,194,21); }

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

background-color css

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

 a { background-color: rgb(178,194,21); }

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

border-color css

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

 span { border-color: rgb(178,194,21); }

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