Html Css Color HEX #B0D115 Rio Grande

📋 copy color: '#B0D115'

red 176 ◦ green 209 ◦ blue 21

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

Shades of Rio Grande #B0D115

Tints of Rio Grande #B0D115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.48%

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

R = 43.35%
G = 51.48%
B = 5.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#B0D115 (or 0xB0D115) is known color: Rio Grande. HEX triplet: B0, D1 and 15. RGB value is (176,209,21). Sum of RGB (Red+Green+Blue) = 176+209+21=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D115 is #4F2EEA. Grayscale: #B2B2B2. Windows color (decimal): -5189355 or 1429936. OLE color: 1429936.

HSL color Cylindrical-coordinate representation of color #B0D115: hue angle of 70.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0D115 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 21 -
CMYK 0.16 0 0.90 0.18
HSL 70.53º 0.82% 0.45% -
HSV(B) 70.53º 0.9% 0.82% -
XYZ 40.84 54.89 9.15 -
YUV 177.7 39.57 126.79 -
System Red Green Blue C M Y K H S L
Decimal 176 209 21 0.16 0 0.90 0.18 70.53 0.82 0.45
Hex B0 D1 15 10 0 5A 12 47 52 2D
Octal 260 321 25 20 0 132 22 107 122 55
Binary 10110000 11010001 10101 10000 0 1011010 10010 1000111 1010010 101101

Color Harmonies of #B0D115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D115

Black with #B0D115

Text Example


Text Example

White with #B0D115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D115; }

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

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

background-color css

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

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

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

border-color css

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

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

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