Html Css Color HEX #B1D10E Rio Grande

📋 copy color: '#B1D10E'

red 177 ◦ green 209 ◦ blue 14

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

Shades of Rio Grande #B1D10E

Tints of Rio Grande #B1D10E

RGB

 RED value IS 177 (69.53% from 255) = 44.25%

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

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

R = 44.25%
G = 52.25%
B = 3.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#B1D10E (or 0xB1D10E) is known color: Rio Grande. HEX triplet: B1, D1 and 0E. RGB value is (177,209,14). Sum of RGB (Red+Green+Blue) = 177+209+14=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D10E is #4E2EF1. Grayscale: #B1B1B1. Windows color (decimal): -5123826 or 971185. OLE color: 971185.

HSL color Cylindrical-coordinate representation of color #B1D10E: hue angle of 69.85º 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 #B1D10E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 209 14 -
CMYK 0.15 0 0.93 0.18
HSL 69.85º 0.87% 0.44% -
HSV(B) 69.85º 0.93% 0.82% -
XYZ 41.01 54.98 8.87 -
YUV 177.2 35.9 127.86 -
System Red Green Blue C M Y K H S L
Decimal 177 209 14 0.15 0 0.93 0.18 69.85 0.87 0.44
Hex B1 D1 E F 0 5D 12 46 57 2C
Octal 261 321 16 17 0 135 22 106 127 54
Binary 10110001 11010001 1110 1111 0 1011101 10010 1000110 1010111 101100

Color Harmonies of #B1D10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D10E

Black with #B1D10E

Text Example


Text Example

White with #B1D10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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