Html Css Color HEX #BEB450 Olive Green

📋 copy color: '#BEB450'

red 190 ◦ green 180 ◦ blue 80

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

Shades of Olive Green #BEB450

Tints of Olive Green #BEB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 80 (31.64% from 255) = 17.78%

R = 42.22%
G = 40%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BEB450 (or 0xBEB450) is known color: Olive Green. HEX triplet: BE, B4 and 50. RGB value is (190,180,80). Sum of RGB (Red+Green+Blue) = 190+180+80=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB450 is #414BAF. Grayscale: #ACACAC. Windows color (decimal): -4279216 or 5289150. OLE color: 5289150.

HSL color Cylindrical-coordinate representation of color #BEB450: hue angle of 54.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEB450 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 180 80 -
CMYK 0 0.05 0.58 0.25
HSL 54.55º 0.46% 0.53% -
HSV(B) 54.55º 0.58% 0.75% -
XYZ 39 44.17 14.06 -
YUV 171.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 190 180 80 0 0.05 0.58 0.25 54.55 0.46 0.53
Hex BE B4 50 0 5 3A 19 37 2E 35
Octal 276 264 120 0 5 72 31 67 56 65
Binary 10111110 10110100 1010000 0 101 111010 11001 110111 101110 110101

Color Harmonies of #BEB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB450

Black with #BEB450

Text Example


Text Example

White with #BEB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB450; }

 p { color: rgb(190,180,80); }

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

background-color css

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

 a { background-color: rgb(190,180,80); }

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

border-color css

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

 span { border-color: rgb(190,180,80); }

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