Html Css Color HEX #B5D222 Rio Grande

📋 copy color: '#B5D222'

red 181 ◦ green 210 ◦ blue 34

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

Shades of Rio Grande #B5D222

Tints of Rio Grande #B5D222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8%

R = 42.59%
G = 49.41%
B = 8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#B5D222 (or 0xB5D222) is known color: Rio Grande. HEX triplet: B5, D2 and 22. RGB value is (181,210,34). Sum of RGB (Red+Green+Blue) = 181+210+34=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D222 is #4A2DDD. Grayscale: #B5B5B5. Windows color (decimal): -4861406 or 2282165. OLE color: 2282165.

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

Color convert

RGB 181 210 34 -
CMYK 0.14 0 0.84 0.18
HSL 69.89º 0.72% 0.48% -
HSV(B) 69.89º 0.84% 0.82% -
XYZ 42.39 56.03 10.09 -
YUV 181.27 44.89 127.81 -
System Red Green Blue C M Y K H S L
Decimal 181 210 34 0.14 0 0.84 0.18 69.89 0.72 0.48
Hex B5 D2 22 E 0 54 12 46 48 30
Octal 265 322 42 16 0 124 22 106 110 60
Binary 10110101 11010010 100010 1110 0 1010100 10010 1000110 1001000 110000

Color Harmonies of #B5D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D222

Black with #B5D222

Text Example


Text Example

White with #B5D222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D222; }

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

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

background-color css

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

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

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

border-color css

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

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

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