Html Css Color HEX #BEBB54 Olive Green

📋 copy color: '#BEBB54'

red 190 ◦ green 187 ◦ blue 84

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

Shades of Olive Green #BEBB54

Tints of Olive Green #BEBB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.22%

R = 41.21%
G = 40.56%
B = 18.22%

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

#BEBB54 (or 0xBEBB54) is known color: Olive Green. HEX triplet: BE, BB and 54. RGB value is (190,187,84). Sum of RGB (Red+Green+Blue) = 190+187+84=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB54 is #4144AB. Grayscale: #B0B0B0. Windows color (decimal): -4277420 or 5553086. OLE color: 5553086.

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

Color convert

RGB 190 187 84 -
CMYK 0 0.02 0.56 0.25
HSL 58.3º 0.45% 0.54% -
HSV(B) 58.3º 0.56% 0.75% -
XYZ 40.61 47.13 15.34 -
YUV 176.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 190 187 84 0 0.02 0.56 0.25 58.3 0.45 0.54
Hex BE BB 54 0 2 38 19 3A 2D 36
Octal 276 273 124 0 2 70 31 72 55 66
Binary 10111110 10111011 1010100 0 10 111000 11001 111010 101101 110110

Color Harmonies of #BEBB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB54

Black with #BEBB54

Text Example


Text Example

White with #BEBB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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