Html Css Color HEX #B5D210 Rio Grande

📋 copy color: '#B5D210'

red 181 ◦ green 210 ◦ blue 16

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

Shades of Rio Grande #B5D210

Tints of Rio Grande #B5D210

RGB

 RED value IS 181 (71.09% from 255) = 44.47%

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 44.47%
G = 51.6%
B = 3.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#B5D210 (or 0xB5D210) is known color: Rio Grande. HEX triplet: B5, D2 and 10. RGB value is (181,210,16). Sum of RGB (Red+Green+Blue) = 181+210+16=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D210 is #4A2DEF. Grayscale: #B3B3B3. Windows color (decimal): -4861424 or 1102517. OLE color: 1102517.

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

Color convert

RGB 181 210 16 -
CMYK 0.14 0 0.92 0.18
HSL 68.97º 0.86% 0.44% -
HSV(B) 68.97º 0.92% 0.82% -
XYZ 42.2 55.95 9.07 -
YUV 179.21 35.89 129.27 -
System Red Green Blue C M Y K H S L
Decimal 181 210 16 0.14 0 0.92 0.18 68.97 0.86 0.44
Hex B5 D2 10 E 0 5C 12 45 56 2C
Octal 265 322 20 16 0 134 22 105 126 54
Binary 10110101 11010010 10000 1110 0 1011100 10010 1000101 1010110 101100

Color Harmonies of #B5D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D210

Black with #B5D210

Text Example


Text Example

White with #B5D210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D210; }

 p { color: rgb(181,210,16); }

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

background-color css

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

 a { background-color: rgb(181,210,16); }

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

border-color css

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

 span { border-color: rgb(181,210,16); }

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