Html Css Color HEX #BEBC54 Olive Green

📋 copy color: '#BEBC54'

red 190 ◦ green 188 ◦ blue 84

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

Shades of Olive Green #BEBC54

Tints of Olive Green #BEBC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

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

R = 41.13%
G = 40.69%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BEBC54 (or 0xBEBC54) is known color: Olive Green. HEX triplet: BE, BC and 54. RGB value is (190,188,84). Sum of RGB (Red+Green+Blue) = 190+188+84=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC54 is #4143AB. Grayscale: #B1B1B1. Windows color (decimal): -4277164 or 5553342. OLE color: 5553342.

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

Color convert

RGB 190 188 84 -
CMYK 0 0.01 0.56 0.25
HSL 58.87º 0.45% 0.54% -
HSV(B) 58.87º 0.56% 0.75% -
XYZ 40.82 47.55 15.41 -
YUV 176.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 190 188 84 0 0.01 0.56 0.25 58.87 0.45 0.54
Hex BE BC 54 0 1 38 19 3B 2D 36
Octal 276 274 124 0 1 70 31 73 55 66
Binary 10111110 10111100 1010100 0 1 111000 11001 111011 101101 110110

Color Harmonies of #BEBC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC54

Black with #BEBC54

Text Example


Text Example

White with #BEBC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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