Html Css Color HEX #B1D21D Rio Grande

📋 copy color: '#B1D21D'

red 177 ◦ green 210 ◦ blue 29

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

Shades of Rio Grande #B1D21D

Tints of Rio Grande #B1D21D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

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

R = 42.55%
G = 50.48%
B = 6.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#B1D21D (or 0xB1D21D) is known color: Rio Grande. HEX triplet: B1, D2 and 1D. RGB value is (177,210,29). Sum of RGB (Red+Green+Blue) = 177+210+29=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D21D is #4E2DE2. Grayscale: #B4B4B4. Windows color (decimal): -5123555 or 1954481. OLE color: 1954481.

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

Color convert

RGB 177 210 29 -
CMYK 0.16 0 0.86 0.18
HSL 70.94º 0.76% 0.47% -
HSV(B) 70.94º 0.86% 0.82% -
XYZ 41.4 55.53 9.7 -
YUV 179.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 177 210 29 0.16 0 0.86 0.18 70.94 0.76 0.47
Hex B1 D2 1D 10 0 56 12 47 4C 2F
Octal 261 322 35 20 0 126 22 107 114 57
Binary 10110001 11010010 11101 10000 0 1010110 10010 1000111 1001100 101111

Color Harmonies of #B1D21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D21D

Black with #B1D21D

Text Example


Text Example

White with #B1D21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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