Html Css Color HEX #B0C215 Rio Grande

📋 copy color: '#B0C215'

red 176 ◦ green 194 ◦ blue 21

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

Shades of Rio Grande #B0C215

Tints of Rio Grande #B0C215

RGB

 RED value IS 176 (69.14% from 255) = 45.01%

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

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

R = 45.01%
G = 49.62%
B = 5.37%

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

#B0C215 (or 0xB0C215) is known color: Rio Grande. HEX triplet: B0, C2 and 15. RGB value is (176,194,21). Sum of RGB (Red+Green+Blue) = 176+194+21=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C215 is #4F3DEA. Grayscale: #A9A9A9. Windows color (decimal): -5193195 or 1426096. OLE color: 1426096.

HSL color Cylindrical-coordinate representation of color #B0C215: hue angle of 66.24º 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 #B0C215 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 21 -
CMYK 0.09 0 0.89 0.24
HSL 66.24º 0.8% 0.42% -
HSV(B) 66.24º 0.89% 0.76% -
XYZ 37.33 47.87 7.98 -
YUV 168.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 176 194 21 0.09 0 0.89 0.24 66.24 0.8 0.42
Hex B0 C2 15 9 0 59 18 42 50 2A
Octal 260 302 25 11 0 131 30 102 120 52
Binary 10110000 11000010 10101 1001 0 1011001 11000 1000010 1010000 101010

Color Harmonies of #B0C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C215

Black with #B0C215

Text Example


Text Example

White with #B0C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C215; }

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

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

background-color css

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

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

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

border-color css

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

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

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