Html Css Color HEX #BEBB53 Olive Green

📋 copy color: '#BEBB53'

red 190 ◦ green 187 ◦ blue 83

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

Shades of Olive Green #BEBB53

Tints of Olive Green #BEBB53

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.65%

 BLUE value IS 83 (32.81% from 255) = 18.04%

R = 41.3%
G = 40.65%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BEBB53 (or 0xBEBB53) is known color: Olive Green. HEX triplet: BE, BB and 53. RGB value is (190,187,83). Sum of RGB (Red+Green+Blue) = 190+187+83=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB53 is #4144AC. Grayscale: #B0B0B0. Windows color (decimal): -4277421 or 5487550. OLE color: 5487550.

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

Color convert

RGB 190 187 83 -
CMYK 0 0.02 0.56 0.25
HSL 58.32º 0.45% 0.54% -
HSV(B) 58.32º 0.56% 0.75% -
XYZ 40.57 47.11 15.14 -
YUV 176.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 190 187 83 0 0.02 0.56 0.25 58.32 0.45 0.54
Hex BE BB 53 0 2 38 19 3A 2D 36
Octal 276 273 123 0 2 70 31 72 55 66
Binary 10111110 10111011 1010011 0 10 111000 11001 111010 101101 110110

Color Harmonies of #BEBB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB53

Black with #BEBB53

Text Example


Text Example

White with #BEBB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB53; }

 p { color: rgb(190,187,83); }

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

background-color css

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

 a { background-color: rgb(190,187,83); }

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

border-color css

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

 span { border-color: rgb(190,187,83); }

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