Html Css Color HEX #B5C018 Rio Grande

📋 copy color: '#B5C018'

red 181 ◦ green 192 ◦ blue 24

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

Shades of Rio Grande #B5C018

Tints of Rio Grande #B5C018

RGB

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

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

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

R = 45.59%
G = 48.36%
B = 6.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#B5C018 (or 0xB5C018) is known color: Rio Grande. HEX triplet: B5, C0 and 18. RGB value is (181,192,24). Sum of RGB (Red+Green+Blue) = 181+192+24=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C018 is #4A3FE7. Grayscale: #AAAAAA. Windows color (decimal): -4866024 or 1622197. OLE color: 1622197.

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

Color convert

RGB 181 192 24 -
CMYK 0.06 0 0.88 0.25
HSL 63.93º 0.78% 0.42% -
HSV(B) 63.93º 0.88% 0.75% -
XYZ 38.07 47.59 8.04 -
YUV 169.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 181 192 24 0.06 0 0.88 0.25 63.93 0.78 0.42
Hex B5 C0 18 6 0 58 19 40 4E 2A
Octal 265 300 30 6 0 130 31 100 116 52
Binary 10110101 11000000 11000 110 0 1011000 11001 1000000 1001110 101010

Color Harmonies of #B5C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C018

Black with #B5C018

Text Example


Text Example

White with #B5C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C018; }

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

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

background-color css

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

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

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

border-color css

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

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

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