Html Css Color HEX #BEBA5B Olive Green

📋 copy color: '#BEBA5B'

red 190 ◦ green 186 ◦ blue 91

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

Shades of Olive Green #BEBA5B

Tints of Olive Green #BEBA5B

RGB

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

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

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

R = 40.69%
G = 39.83%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEBA5B (or 0xBEBA5B) is known color: Olive Green. HEX triplet: BE, BA and 5B. RGB value is (190,186,91). Sum of RGB (Red+Green+Blue) = 190+186+91=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA5B is #4145A4. Grayscale: #B0B0B0. Windows color (decimal): -4277669 or 6011582. OLE color: 6011582.

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

Color convert

RGB 190 186 91 -
CMYK 0 0.02 0.52 0.25
HSL 57.58º 0.43% 0.55% -
HSV(B) 57.58º 0.52% 0.75% -
XYZ 40.68 46.82 16.79 -
YUV 176.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 190 186 91 0 0.02 0.52 0.25 57.58 0.43 0.55
Hex BE BA 5B 0 2 34 19 3A 2B 37
Octal 276 272 133 0 2 64 31 72 53 67
Binary 10111110 10111010 1011011 0 10 110100 11001 111010 101011 110111

Color Harmonies of #BEBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA5B

Black with #BEBA5B

Text Example


Text Example

White with #BEBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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