Html Css Color HEX #B0D21C Rio Grande

📋 copy color: '#B0D21C'

red 176 ◦ green 210 ◦ blue 28

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

Shades of Rio Grande #B0D21C

Tints of Rio Grande #B0D21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 42.51%
G = 50.72%
B = 6.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#B0D21C (or 0xB0D21C) is known color: Rio Grande. HEX triplet: B0, D2 and 1C. RGB value is (176,210,28). Sum of RGB (Red+Green+Blue) = 176+210+28=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D21C is #4F2DE3. Grayscale: #B3B3B3. Windows color (decimal): -5189092 or 1888944. OLE color: 1888944.

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

Color convert

RGB 176 210 28 -
CMYK 0.16 0 0.87 0.18
HSL 71.21º 0.76% 0.47% -
HSV(B) 71.21º 0.87% 0.82% -
XYZ 41.16 55.41 9.62 -
YUV 179.09 42.74 125.8 -
System Red Green Blue C M Y K H S L
Decimal 176 210 28 0.16 0 0.87 0.18 71.21 0.76 0.47
Hex B0 D2 1C 10 0 57 12 47 4C 2F
Octal 260 322 34 20 0 127 22 107 114 57
Binary 10110000 11010010 11100 10000 0 1010111 10010 1000111 1001100 101111

Color Harmonies of #B0D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D21C

Black with #B0D21C

Text Example


Text Example

White with #B0D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D21C; }

 p { color: rgb(176,210,28); }

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

background-color css

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

 a { background-color: rgb(176,210,28); }

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

border-color css

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

 span { border-color: rgb(176,210,28); }

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