Html Css Color HEX #B1D31D Rio Grande

📋 copy color: '#B1D31D'

red 177 ◦ green 211 ◦ blue 29

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

Shades of Rio Grande #B1D31D

Tints of Rio Grande #B1D31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 42.45%
G = 50.6%
B = 6.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#B1D31D (or 0xB1D31D) is known color: Rio Grande. HEX triplet: B1, D3 and 1D. RGB value is (177,211,29). Sum of RGB (Red+Green+Blue) = 177+211+29=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D31D is #4E2CE2. Grayscale: #B4B4B4. Windows color (decimal): -5123299 or 1954737. OLE color: 1954737.

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

Color convert

RGB 177 211 29 -
CMYK 0.16 0 0.86 0.17
HSL 71.21º 0.76% 0.47% -
HSV(B) 71.21º 0.86% 0.83% -
XYZ 41.65 56.02 9.78 -
YUV 180.09 42.74 125.8 -
System Red Green Blue C M Y K H S L
Decimal 177 211 29 0.16 0 0.86 0.17 71.21 0.76 0.47
Hex B1 D3 1D 10 0 56 11 47 4C 2F
Octal 261 323 35 20 0 126 21 107 114 57
Binary 10110001 11010011 11101 10000 0 1010110 10001 1000111 1001100 101111

Color Harmonies of #B1D31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D31D

Black with #B1D31D

Text Example


Text Example

White with #B1D31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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