Html Css Color HEX #B5C718 Rio Grande

📋 copy color: '#B5C718'

red 181 ◦ green 199 ◦ blue 24

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

Shades of Rio Grande #B5C718

Tints of Rio Grande #B5C718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.26%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 44.8%
G = 49.26%
B = 5.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#B5C718 (or 0xB5C718) is known color: Rio Grande. HEX triplet: B5, C7 and 18. RGB value is (181,199,24). Sum of RGB (Red+Green+Blue) = 181+199+24=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C718 is #4A38E7. Grayscale: #AEAEAE. Windows color (decimal): -4864232 or 1623989. OLE color: 1623989.

HSL color Cylindrical-coordinate representation of color #B5C718: hue angle of 66.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5C718 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 199 24 -
CMYK 0.09 0 0.88 0.22
HSL 66.17º 0.78% 0.44% -
HSV(B) 66.17º 0.88% 0.78% -
XYZ 39.64 50.74 8.57 -
YUV 173.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 181 199 24 0.09 0 0.88 0.22 66.17 0.78 0.44
Hex B5 C7 18 9 0 58 16 42 4E 2C
Octal 265 307 30 11 0 130 26 102 116 54
Binary 10110101 11000111 11000 1001 0 1011000 10110 1000010 1001110 101100

Color Harmonies of #B5C718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C718

Black with #B5C718

Text Example


Text Example

White with #B5C718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C718; }

 p { color: rgb(181,199,24); }

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

background-color css

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

 a { background-color: rgb(181,199,24); }

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

border-color css

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

 span { border-color: rgb(181,199,24); }

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