Html Css Color HEX #BEBA5A Olive Green

📋 copy color: '#BEBA5A'

red 190 ◦ green 186 ◦ blue 90

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

Shades of Olive Green #BEBA5A

Tints of Olive Green #BEBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 40.77%
G = 39.91%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEBA5A (or 0xBEBA5A) is known color: Olive Green. HEX triplet: BE, BA and 5A. RGB value is (190,186,90). Sum of RGB (Red+Green+Blue) = 190+186+90=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA5A is #4145A5. Grayscale: #B0B0B0. Windows color (decimal): -4277670 or 5946046. OLE color: 5946046.

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

Color convert

RGB 190 186 90 -
CMYK 0 0.02 0.53 0.25
HSL 57.6º 0.43% 0.55% -
HSV(B) 57.6º 0.53% 0.75% -
XYZ 40.64 46.8 16.56 -
YUV 176.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 190 186 90 0 0.02 0.53 0.25 57.6 0.43 0.55
Hex BE BA 5A 0 2 35 19 3A 2B 37
Octal 276 272 132 0 2 65 31 72 53 67
Binary 10111110 10111010 1011010 0 10 110101 11001 111010 101011 110111

Color Harmonies of #BEBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA5A

Black with #BEBA5A

Text Example


Text Example

White with #BEBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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