Html Css Color HEX #B0D118 Rio Grande

📋 copy color: '#B0D118'

red 176 ◦ green 209 ◦ blue 24

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

Shades of Rio Grande #B0D118

Tints of Rio Grande #B0D118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.87%

R = 43.03%
G = 51.1%
B = 5.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#B0D118 (or 0xB0D118) is known color: Rio Grande. HEX triplet: B0, D1 and 18. RGB value is (176,209,24). Sum of RGB (Red+Green+Blue) = 176+209+24=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D118 is #4F2EE7. Grayscale: #B2B2B2. Windows color (decimal): -5189352 or 1626544. OLE color: 1626544.

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

Color convert

RGB 176 209 24 -
CMYK 0.16 0 0.89 0.18
HSL 70.7º 0.79% 0.46% -
HSV(B) 70.7º 0.89% 0.82% -
XYZ 40.87 54.9 9.31 -
YUV 178.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 176 209 24 0.16 0 0.89 0.18 70.7 0.79 0.46
Hex B0 D1 18 10 0 59 12 47 4F 2E
Octal 260 321 30 20 0 131 22 107 117 56
Binary 10110000 11010001 11000 10000 0 1011001 10010 1000111 1001111 101110

Color Harmonies of #B0D118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D118

Black with #B0D118

Text Example


Text Example

White with #B0D118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D118; }

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

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

background-color css

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

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

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

border-color css

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

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

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