Html Css Color HEX #B5D321 Rio Grande

📋 copy color: '#B5D321'

red 181 ◦ green 211 ◦ blue 33

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

Shades of Rio Grande #B5D321

Tints of Rio Grande #B5D321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.65%

 BLUE value IS 33 (13.28% from 255) = 7.76%

R = 42.59%
G = 49.65%
B = 7.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#B5D321 (or 0xB5D321) is known color: Rio Grande. HEX triplet: B5, D3 and 21. RGB value is (181,211,33). Sum of RGB (Red+Green+Blue) = 181+211+33=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D321 is #4A2CDE. Grayscale: #B6B6B6. Windows color (decimal): -4861151 or 2216885. OLE color: 2216885.

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

Color convert

RGB 181 211 33 -
CMYK 0.14 0 0.84 0.17
HSL 70.11º 0.73% 0.48% -
HSV(B) 70.11º 0.84% 0.83% -
XYZ 42.62 56.52 10.1 -
YUV 181.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 181 211 33 0.14 0 0.84 0.17 70.11 0.73 0.48
Hex B5 D3 21 E 0 54 11 46 49 30
Octal 265 323 41 16 0 124 21 106 111 60
Binary 10110101 11010011 100001 1110 0 1010100 10001 1000110 1001001 110000

Color Harmonies of #B5D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D321

Black with #B5D321

Text Example


Text Example

White with #B5D321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D321; }

 p { color: rgb(181,211,33); }

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

background-color css

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

 a { background-color: rgb(181,211,33); }

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

border-color css

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

 span { border-color: rgb(181,211,33); }

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