Html Css Color HEX #BEBD5A Olive Green

📋 copy color: '#BEBD5A'

red 190 ◦ green 189 ◦ blue 90

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

Shades of Olive Green #BEBD5A

Tints of Olive Green #BEBD5A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

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

R = 40.51%
G = 40.3%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEBD5A (or 0xBEBD5A) is known color: Olive Green. HEX triplet: BE, BD and 5A. RGB value is (190,189,90). Sum of RGB (Red+Green+Blue) = 190+189+90=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5A is #4142A5. Grayscale: #B2B2B2. Windows color (decimal): -4276902 or 5946814. OLE color: 5946814.

HSL color Cylindrical-coordinate representation of color #BEBD5A: hue angle of 59.4º 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 #BEBD5A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 90 -
CMYK 0 0.01 0.53 0.25
HSL 59.4º 0.43% 0.55% -
HSV(B) 59.4º 0.53% 0.75% -
XYZ 41.28 48.08 16.78 -
YUV 178.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 190 189 90 0 0.01 0.53 0.25 59.4 0.43 0.55
Hex BE BD 5A 0 1 35 19 3B 2B 37
Octal 276 275 132 0 1 65 31 73 53 67
Binary 10111110 10111101 1011010 0 1 110101 11001 111011 101011 110111

Color Harmonies of #BEBD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD5A

Black with #BEBD5A

Text Example


Text Example

White with #BEBD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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