Html Css Color HEX #B0D10E Rio Grande

📋 copy color: '#B0D10E'

red 176 ◦ green 209 ◦ blue 14

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

Shades of Rio Grande #B0D10E

Tints of Rio Grande #B0D10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 44.11%
G = 52.38%
B = 3.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#B0D10E (or 0xB0D10E) is known color: Rio Grande. HEX triplet: B0, D1 and 0E. RGB value is (176,209,14). Sum of RGB (Red+Green+Blue) = 176+209+14=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D10E is #4F2EF1. Grayscale: #B1B1B1. Windows color (decimal): -5189362 or 971184. OLE color: 971184.

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

Color convert

RGB 176 209 14 -
CMYK 0.16 0 0.93 0.18
HSL 70.15º 0.87% 0.44% -
HSV(B) 70.15º 0.93% 0.82% -
XYZ 40.78 54.86 8.86 -
YUV 176.9 36.07 127.36 -
System Red Green Blue C M Y K H S L
Decimal 176 209 14 0.16 0 0.93 0.18 70.15 0.87 0.44
Hex B0 D1 E 10 0 5D 12 46 57 2C
Octal 260 321 16 20 0 135 22 106 127 54
Binary 10110000 11010001 1110 10000 0 1011101 10010 1000110 1010111 101100

Color Harmonies of #B0D10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D10E

Black with #B0D10E

Text Example


Text Example

White with #B0D10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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