Html Css Color HEX #B5D022 Rio Grande

📋 copy color: '#B5D022'

red 181 ◦ green 208 ◦ blue 34

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

Shades of Rio Grande #B5D022

Tints of Rio Grande #B5D022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

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

R = 42.79%
G = 49.17%
B = 8.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#B5D022 (or 0xB5D022) is known color: Rio Grande. HEX triplet: B5, D0 and 22. RGB value is (181,208,34). Sum of RGB (Red+Green+Blue) = 181+208+34=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D022 is #4A2FDD. Grayscale: #B4B4B4. Windows color (decimal): -4861918 or 2281653. OLE color: 2281653.

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

Color convert

RGB 181 208 34 -
CMYK 0.13 0 0.84 0.18
HSL 69.31º 0.72% 0.47% -
HSV(B) 69.31º 0.84% 0.82% -
XYZ 41.9 55.05 9.93 -
YUV 180.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 181 208 34 0.13 0 0.84 0.18 69.31 0.72 0.47
Hex B5 D0 22 D 0 54 12 45 48 2F
Octal 265 320 42 15 0 124 22 105 110 57
Binary 10110101 11010000 100010 1101 0 1010100 10010 1000101 1001000 101111

Color Harmonies of #B5D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D022

Black with #B5D022

Text Example


Text Example

White with #B5D022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D022; }

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

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

background-color css

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

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

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

border-color css

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

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

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