Html Css Color HEX #B8BE18 Rio Grande

📋 copy color: '#B8BE18'

red 184 ◦ green 190 ◦ blue 24

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

Shades of Rio Grande #B8BE18

Tints of Rio Grande #B8BE18

RGB

 RED value IS 184 (72.27% from 255) = 46.23%

 GREEN value IS 190 (74.61% from 255) = 47.74%

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

R = 46.23%
G = 47.74%
B = 6.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#B8BE18 (or 0xB8BE18) is known color: Rio Grande. HEX triplet: B8, BE and 18. RGB value is (184,190,24). Sum of RGB (Red+Green+Blue) = 184+190+24=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BE18 is #4741E7. Grayscale: #A9A9A9. Windows color (decimal): -4669928 or 1621688. OLE color: 1621688.

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

Color convert

RGB 184 190 24 -
CMYK 0.03 0 0.87 0.25
HSL 62.17º 0.78% 0.42% -
HSV(B) 62.17º 0.87% 0.75% -
XYZ 38.35 47.08 7.93 -
YUV 169.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 184 190 24 0.03 0 0.87 0.25 62.17 0.78 0.42
Hex B8 BE 18 3 0 57 19 3E 4E 2A
Octal 270 276 30 3 0 127 31 76 116 52
Binary 10111000 10111110 11000 11 0 1010111 11001 111110 1001110 101010

Color Harmonies of #B8BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE18

Black with #B8BE18

Text Example


Text Example

White with #B8BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE18; }

 p { color: rgb(184,190,24); }

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

background-color css

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

 a { background-color: rgb(184,190,24); }

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

border-color css

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

 span { border-color: rgb(184,190,24); }

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