Html Css Color HEX #BEB852 Olive Green

📋 copy color: '#BEB852'

red 190 ◦ green 184 ◦ blue 82

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

Shades of Olive Green #BEB852

Tints of Olive Green #BEB852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 41.67%
G = 40.35%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BEB852 (or 0xBEB852) is known color: Olive Green. HEX triplet: BE, B8 and 52. RGB value is (190,184,82). Sum of RGB (Red+Green+Blue) = 190+184+82=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB852 is #4147AD. Grayscale: #AEAEAE. Windows color (decimal): -4278190 or 5421246. OLE color: 5421246.

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

Color convert

RGB 190 184 82 -
CMYK 0 0.03 0.57 0.25
HSL 56.67º 0.45% 0.53% -
HSV(B) 56.67º 0.57% 0.75% -
XYZ 39.9 45.84 14.73 -
YUV 174.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 190 184 82 0 0.03 0.57 0.25 56.67 0.45 0.53
Hex BE B8 52 0 3 39 19 39 2D 35
Octal 276 270 122 0 3 71 31 71 55 65
Binary 10111110 10111000 1010010 0 11 111001 11001 111001 101101 110101

Color Harmonies of #BEB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB852

Black with #BEB852

Text Example


Text Example

White with #BEB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB852; }

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

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

background-color css

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

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

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

border-color css

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

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

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