Html Css Color HEX #BEB84D Olive Green

📋 copy color: '#BEB84D'

red 190 ◦ green 184 ◦ blue 77

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

Shades of Olive Green #BEB84D

Tints of Olive Green #BEB84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.07%

R = 42.13%
G = 40.8%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEB84D (or 0xBEB84D) is known color: Olive Green. HEX triplet: BE, B8 and 4D. RGB value is (190,184,77). Sum of RGB (Red+Green+Blue) = 190+184+77=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB84D is #4147B2. Grayscale: #AEAEAE. Windows color (decimal): -4278195 or 5093566. OLE color: 5093566.

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

Color convert

RGB 190 184 77 -
CMYK 0 0.03 0.59 0.25
HSL 56.81º 0.47% 0.52% -
HSV(B) 56.81º 0.59% 0.75% -
XYZ 39.72 45.76 13.76 -
YUV 173.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 190 184 77 0 0.03 0.59 0.25 56.81 0.47 0.52
Hex BE B8 4D 0 3 3B 19 39 2F 34
Octal 276 270 115 0 3 73 31 71 57 64
Binary 10111110 10111000 1001101 0 11 111011 11001 111001 101111 110100

Color Harmonies of #BEB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB84D

Black with #BEB84D

Text Example


Text Example

White with #BEB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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