Html Css Color HEX #B5CE18 Rio Grande

📋 copy color: '#B5CE18'

red 181 ◦ green 206 ◦ blue 24

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

Shades of Rio Grande #B5CE18

Tints of Rio Grande #B5CE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.12%

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

R = 44.04%
G = 50.12%
B = 5.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#B5CE18 (or 0xB5CE18) is known color: Rio Grande. HEX triplet: B5, CE and 18. RGB value is (181,206,24). Sum of RGB (Red+Green+Blue) = 181+206+24=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CE18 is #4A31E7. Grayscale: #B2B2B2. Windows color (decimal): -4862440 or 1625781. OLE color: 1625781.

HSL color Cylindrical-coordinate representation of color #B5CE18: hue angle of 68.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5CE18 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 24 -
CMYK 0.12 0 0.88 0.19
HSL 68.24º 0.79% 0.45% -
HSV(B) 68.24º 0.88% 0.81% -
XYZ 41.29 54.03 9.12 -
YUV 177.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 181 206 24 0.12 0 0.88 0.19 68.24 0.79 0.45
Hex B5 CE 18 C 0 58 13 44 4F 2D
Octal 265 316 30 14 0 130 23 104 117 55
Binary 10110101 11001110 11000 1100 0 1011000 10011 1000100 1001111 101101

Color Harmonies of #B5CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE18

Black with #B5CE18

Text Example


Text Example

White with #B5CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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