Html Css Color HEX #BEBB58 Olive Green

📋 copy color: '#BEBB58'

red 190 ◦ green 187 ◦ blue 88

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

Shades of Olive Green #BEBB58

Tints of Olive Green #BEBB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.92%

R = 40.86%
G = 40.22%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEBB58 (or 0xBEBB58) is known color: Olive Green. HEX triplet: BE, BB and 58. RGB value is (190,187,88). Sum of RGB (Red+Green+Blue) = 190+187+88=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB58 is #4144A7. Grayscale: #B1B1B1. Windows color (decimal): -4277416 or 5815230. OLE color: 5815230.

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

Color convert

RGB 190 187 88 -
CMYK 0 0.02 0.54 0.25
HSL 58.24º 0.44% 0.55% -
HSV(B) 58.24º 0.54% 0.75% -
XYZ 40.77 47.19 16.19 -
YUV 176.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 190 187 88 0 0.02 0.54 0.25 58.24 0.44 0.55
Hex BE BB 58 0 2 36 19 3A 2C 37
Octal 276 273 130 0 2 66 31 72 54 67
Binary 10111110 10111011 1011000 0 10 110110 11001 111010 101100 110111

Color Harmonies of #BEBB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB58

Black with #BEBB58

Text Example


Text Example

White with #BEBB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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