Html Css Color HEX #BEBD5D Olive Green

📋 copy color: '#BEBD5D'

red 190 ◦ green 189 ◦ blue 93

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

Shades of Olive Green #BEBD5D

Tints of Olive Green #BEBD5D

RGB

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

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

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

R = 40.25%
G = 40.04%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEBD5D (or 0xBEBD5D) is known color: Olive Green. HEX triplet: BE, BD and 5D. RGB value is (190,189,93). Sum of RGB (Red+Green+Blue) = 190+189+93=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5D is #4142A2. Grayscale: #B2B2B2. Windows color (decimal): -4276899 or 6143422. OLE color: 6143422.

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

Color convert

RGB 190 189 93 -
CMYK 0 0.01 0.51 0.25
HSL 59.38º 0.43% 0.55% -
HSV(B) 59.38º 0.51% 0.75% -
XYZ 41.41 48.13 17.46 -
YUV 178.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 190 189 93 0 0.01 0.51 0.25 59.38 0.43 0.55
Hex BE BD 5D 0 1 33 19 3B 2B 37
Octal 276 275 135 0 1 63 31 73 53 67
Binary 10111110 10111101 1011101 0 1 110011 11001 111011 101011 110111

Color Harmonies of #BEBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD5D

Black with #BEBD5D

Text Example


Text Example

White with #BEBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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