Html Css Color HEX #B5C21D Rio Grande

📋 copy color: '#B5C21D'

red 181 ◦ green 194 ◦ blue 29

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

Shades of Rio Grande #B5C21D

Tints of Rio Grande #B5C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.02%

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 44.8%
G = 48.02%
B = 7.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B5C21D (or 0xB5C21D) is known color: Rio Grande. HEX triplet: B5, C2 and 1D. RGB value is (181,194,29). Sum of RGB (Red+Green+Blue) = 181+194+29=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C21D is #4A3DE2. Grayscale: #ABABAB. Windows color (decimal): -4865507 or 1950389. OLE color: 1950389.

HSL color Cylindrical-coordinate representation of color #B5C21D: hue angle of 64.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5C21D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 29 -
CMYK 0.07 0 0.85 0.24
HSL 64.73º 0.74% 0.44% -
HSV(B) 64.73º 0.85% 0.76% -
XYZ 38.57 48.5 8.49 -
YUV 171.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 181 194 29 0.07 0 0.85 0.24 64.73 0.74 0.44
Hex B5 C2 1D 7 0 55 18 41 4A 2C
Octal 265 302 35 7 0 125 30 101 112 54
Binary 10110101 11000010 11101 111 0 1010101 11000 1000001 1001010 101100

Color Harmonies of #B5C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C21D

Black with #B5C21D

Text Example


Text Example

White with #B5C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C21D; }

 p { color: rgb(181,194,29); }

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

background-color css

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

 a { background-color: rgb(181,194,29); }

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

border-color css

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

 span { border-color: rgb(181,194,29); }

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