Html Css Color HEX #BEB858 Olive Green

📋 copy color: '#BEB858'

red 190 ◦ green 184 ◦ blue 88

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

Shades of Olive Green #BEB858

Tints of Olive Green #BEB858

RGB

 RED value IS 190 (74.61% from 255) = 41.13%

 GREEN value IS 184 (72.27% from 255) = 39.83%

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 41.13%
G = 39.83%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEB858 (or 0xBEB858) is known color: Olive Green. HEX triplet: BE, B8 and 58. RGB value is (190,184,88). Sum of RGB (Red+Green+Blue) = 190+184+88=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB858 is #4147A7. Grayscale: #AFAFAF. Windows color (decimal): -4278184 or 5814462. OLE color: 5814462.

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

Color convert

RGB 190 184 88 -
CMYK 0 0.03 0.54 0.25
HSL 56.47º 0.44% 0.55% -
HSV(B) 56.47º 0.54% 0.75% -
XYZ 40.14 45.93 15.98 -
YUV 174.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 190 184 88 0 0.03 0.54 0.25 56.47 0.44 0.55
Hex BE B8 58 0 3 36 19 38 2C 37
Octal 276 270 130 0 3 66 31 70 54 67
Binary 10111110 10111000 1011000 0 11 110110 11001 111000 101100 110111

Color Harmonies of #BEB858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB858

Black with #BEB858

Text Example


Text Example

White with #BEB858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB858; }

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

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

background-color css

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

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

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

border-color css

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

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

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