Html Css Color HEX #BEB85B Olive Green

📋 copy color: '#BEB85B'

red 190 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #BEB85B

Tints of Olive Green #BEB85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 40.86%
G = 39.57%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEB85B (or 0xBEB85B) is known color: Olive Green. HEX triplet: BE, B8 and 5B. RGB value is (190,184,91). Sum of RGB (Red+Green+Blue) = 190+184+91=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB85B is #4147A4. Grayscale: #AFAFAF. Windows color (decimal): -4278181 or 6011070. OLE color: 6011070.

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

Color convert

RGB 190 184 91 -
CMYK 0 0.03 0.52 0.25
HSL 56.36º 0.43% 0.55% -
HSV(B) 56.36º 0.52% 0.75% -
XYZ 40.26 45.98 16.65 -
YUV 175.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 190 184 91 0 0.03 0.52 0.25 56.36 0.43 0.55
Hex BE B8 5B 0 3 34 19 38 2B 37
Octal 276 270 133 0 3 64 31 70 53 67
Binary 10111110 10111000 1011011 0 11 110100 11001 111000 101011 110111

Color Harmonies of #BEB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB85B

Black with #BEB85B

Text Example


Text Example

White with #BEB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB85B; }

 p { color: rgb(190,184,91); }

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

background-color css

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

 a { background-color: rgb(190,184,91); }

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

border-color css

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

 span { border-color: rgb(190,184,91); }

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