Html Css Color HEX #BEB95C Olive Green

📋 copy color: '#BEB95C'

red 190 ◦ green 185 ◦ blue 92

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

Shades of Olive Green #BEB95C

Tints of Olive Green #BEB95C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 40.69%
G = 39.61%
B = 19.7%

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

#BEB95C (or 0xBEB95C) is known color: Olive Green. HEX triplet: BE, B9 and 5C. RGB value is (190,185,92). Sum of RGB (Red+Green+Blue) = 190+185+92=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB95C is #4146A3. Grayscale: #B0B0B0. Windows color (decimal): -4277924 or 6076862. OLE color: 6076862.

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

Color convert

RGB 190 185 92 -
CMYK 0 0.03 0.52 0.25
HSL 56.94º 0.43% 0.55% -
HSV(B) 56.94º 0.52% 0.75% -
XYZ 40.52 46.42 16.95 -
YUV 175.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 190 185 92 0 0.03 0.52 0.25 56.94 0.43 0.55
Hex BE B9 5C 0 3 34 19 39 2B 37
Octal 276 271 134 0 3 64 31 71 53 67
Binary 10111110 10111001 1011100 0 11 110100 11001 111001 101011 110111

Color Harmonies of #BEB95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB95C

Black with #BEB95C

Text Example


Text Example

White with #BEB95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB95C; }

 p { color: rgb(190,185,92); }

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

background-color css

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

 a { background-color: rgb(190,185,92); }

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

border-color css

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

 span { border-color: rgb(190,185,92); }

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