Html Css Color HEX #B1D31B Rio Grande

📋 copy color: '#B1D31B'

red 177 ◦ green 211 ◦ blue 27

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

Shades of Rio Grande #B1D31B

Tints of Rio Grande #B1D31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

 BLUE value IS 27 (10.94% from 255) = 6.51%

R = 42.65%
G = 50.84%
B = 6.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#B1D31B (or 0xB1D31B) is known color: Rio Grande. HEX triplet: B1, D3 and 1B. RGB value is (177,211,27). Sum of RGB (Red+Green+Blue) = 177+211+27=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D31B is #4E2CE4. Grayscale: #B4B4B4. Windows color (decimal): -5123301 or 1823665. OLE color: 1823665.

HSL color Cylindrical-coordinate representation of color #B1D31B: hue angle of 71.09º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1D31B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 27 -
CMYK 0.16 0 0.87 0.17
HSL 71.09º 0.77% 0.47% -
HSV(B) 71.09º 0.87% 0.83% -
XYZ 41.62 56.01 9.66 -
YUV 179.86 41.74 125.96 -
System Red Green Blue C M Y K H S L
Decimal 177 211 27 0.16 0 0.87 0.17 71.09 0.77 0.47
Hex B1 D3 1B 10 0 57 11 47 4D 2F
Octal 261 323 33 20 0 127 21 107 115 57
Binary 10110001 11010011 11011 10000 0 1010111 10001 1000111 1001101 101111

Color Harmonies of #B1D31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D31B

Black with #B1D31B

Text Example


Text Example

White with #B1D31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D31B; }

 p { color: rgb(177,211,27); }

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

background-color css

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

 a { background-color: rgb(177,211,27); }

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

border-color css

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

 span { border-color: rgb(177,211,27); }

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