Html Css Color HEX #B5BD21 Rio Grande

📋 copy color: '#B5BD21'

red 181 ◦ green 189 ◦ blue 33

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

Shades of Rio Grande #B5BD21

Tints of Rio Grande #B5BD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

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

R = 44.91%
G = 46.9%
B = 8.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#B5BD21 (or 0xB5BD21) is known color: Rio Grande. HEX triplet: B5, BD and 21. RGB value is (181,189,33). Sum of RGB (Red+Green+Blue) = 181+189+33=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD21 is #4A42DE. Grayscale: #A9A9A9. Windows color (decimal): -4866783 or 2211253. OLE color: 2211253.

HSL color Cylindrical-coordinate representation of color #B5BD21: hue angle of 63.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5BD21 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 33 -
CMYK 0.04 0 0.83 0.26
HSL 63.08º 0.7% 0.44% -
HSV(B) 63.08º 0.83% 0.74% -
XYZ 37.53 46.33 8.4 -
YUV 168.82 51.35 136.68 -
System Red Green Blue C M Y K H S L
Decimal 181 189 33 0.04 0 0.83 0.26 63.08 0.7 0.44
Hex B5 BD 21 4 0 53 1A 3F 46 2C
Octal 265 275 41 4 0 123 32 77 106 54
Binary 10110101 10111101 100001 100 0 1010011 11010 111111 1000110 101100

Color Harmonies of #B5BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD21

Black with #B5BD21

Text Example


Text Example

White with #B5BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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