Html Css Color HEX #B5C021 Rio Grande

📋 copy color: '#B5C021'

red 181 ◦ green 192 ◦ blue 33

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

Shades of Rio Grande #B5C021

Tints of Rio Grande #B5C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

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

R = 44.58%
G = 47.29%
B = 8.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B5C021 (or 0xB5C021) is known color: Rio Grande. HEX triplet: B5, C0 and 21. RGB value is (181,192,33). Sum of RGB (Red+Green+Blue) = 181+192+33=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C021 is #4A3FDE. Grayscale: #ABABAB. Windows color (decimal): -4866015 or 2212021. OLE color: 2212021.

HSL color Cylindrical-coordinate representation of color #B5C021: hue angle of 64.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5C021 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 33 -
CMYK 0.06 0 0.83 0.25
HSL 64.15º 0.71% 0.44% -
HSV(B) 64.15º 0.83% 0.75% -
XYZ 38.18 47.63 8.62 -
YUV 170.59 50.36 135.43 -
System Red Green Blue C M Y K H S L
Decimal 181 192 33 0.06 0 0.83 0.25 64.15 0.71 0.44
Hex B5 C0 21 6 0 53 19 40 47 2C
Octal 265 300 41 6 0 123 31 100 107 54
Binary 10110101 11000000 100001 110 0 1010011 11001 1000000 1000111 101100

Color Harmonies of #B5C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C021

Black with #B5C021

Text Example


Text Example

White with #B5C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C021; }

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

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

background-color css

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

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

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

border-color css

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

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

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