Html Css Color HEX #94B57C Olivine

📋 copy color: '#94B57C'

red 148 ◦ green 181 ◦ blue 124

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

Shades of Olivine #94B57C

Tints of Olivine #94B57C

RGB

 RED value IS 148 (58.2% from 255) = 32.67%

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 32.67%
G = 39.96%
B = 27.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#94B57C (or 0x94B57C) is known color: Olivine. HEX triplet: 94, B5 and 7C. RGB value is (148,181,124). Sum of RGB (Red+Green+Blue) = 148+181+124=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #94B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B57C is #6B4A83. Grayscale: #A4A4A4. Windows color (decimal): -7031428 or 8172948. OLE color: 8172948.

HSL color Cylindrical-coordinate representation of color #94B57C: hue angle of 94.74º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94B57C is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 124 -
CMYK 0.18 0 0.31 0.29
HSL 94.74º 0.28% 0.6% -
HSV(B) 94.74º 0.31% 0.71% -
XYZ 32.37 40.8 25.24 -
YUV 164.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 148 181 124 0.18 0 0.31 0.29 94.74 0.28 0.6
Hex 94 B5 7C 12 0 1F 1D 5F 1C 3C
Octal 224 265 174 22 0 37 35 137 34 74
Binary 10010100 10110101 1111100 10010 0 11111 11101 1011111 11100 111100

Color Harmonies of #94B57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B57C

Black with #94B57C

Text Example


Text Example

White with #94B57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B57C; }

 p { color: rgb(148,181,124); }

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

background-color css

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

 a { background-color: rgb(148,181,124); }

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

border-color css

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

 span { border-color: rgb(148,181,124); }

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