Html Css Color HEX #BEBA5D Olive Green

📋 copy color: '#BEBA5D'

red 190 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #BEBA5D

Tints of Olive Green #BEBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 40.51%
G = 39.66%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEBA5D (or 0xBEBA5D) is known color: Olive Green. HEX triplet: BE, BA and 5D. RGB value is (190,186,93). Sum of RGB (Red+Green+Blue) = 190+186+93=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA5D is #4145A2. Grayscale: #B0B0B0. Windows color (decimal): -4277667 or 6142654. OLE color: 6142654.

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

Color convert

RGB 190 186 93 -
CMYK 0 0.02 0.51 0.25
HSL 57.53º 0.43% 0.55% -
HSV(B) 57.53º 0.51% 0.75% -
XYZ 40.77 46.86 17.25 -
YUV 176.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 190 186 93 0 0.02 0.51 0.25 57.53 0.43 0.55
Hex BE BA 5D 0 2 33 19 3A 2B 37
Octal 276 272 135 0 2 63 31 72 53 67
Binary 10111110 10111010 1011101 0 10 110011 11001 111010 101011 110111

Color Harmonies of #BEBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA5D

Black with #BEBA5D

Text Example


Text Example

White with #BEBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA5D; }

 p { color: rgb(190,186,93); }

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

background-color css

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

 a { background-color: rgb(190,186,93); }

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

border-color css

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

 span { border-color: rgb(190,186,93); }

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