Html Css Color HEX #BEBD5B Olive Green

📋 copy color: '#BEBD5B'

red 190 ◦ green 189 ◦ blue 91

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

Shades of Olive Green #BEBD5B

Tints of Olive Green #BEBD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.36%

R = 40.43%
G = 40.21%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEBD5B (or 0xBEBD5B) is known color: Olive Green. HEX triplet: BE, BD and 5B. RGB value is (190,189,91). Sum of RGB (Red+Green+Blue) = 190+189+91=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5B is #4142A4. Grayscale: #B2B2B2. Windows color (decimal): -4276901 or 6012350. OLE color: 6012350.

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

Color convert

RGB 190 189 91 -
CMYK 0 0.01 0.52 0.25
HSL 59.39º 0.43% 0.55% -
HSV(B) 59.39º 0.52% 0.75% -
XYZ 41.32 48.1 17 -
YUV 178.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 190 189 91 0 0.01 0.52 0.25 59.39 0.43 0.55
Hex BE BD 5B 0 1 34 19 3B 2B 37
Octal 276 275 133 0 1 64 31 73 53 67
Binary 10111110 10111101 1011011 0 1 110100 11001 111011 101011 110111

Color Harmonies of #BEBD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD5B

Black with #BEBD5B

Text Example


Text Example

White with #BEBD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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