Html Css Color HEX #94B862 Olivine

📋 copy color: '#94B862'

red 148 ◦ green 184 ◦ blue 98

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

Shades of Olivine #94B862

Tints of Olivine #94B862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 34.42%
G = 42.79%
B = 22.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#94B862 (or 0x94B862) is known color: Olivine. HEX triplet: 94, B8 and 62. RGB value is (148,184,98). Sum of RGB (Red+Green+Blue) = 148+184+98=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #94B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B862 is #6B479D. Grayscale: #A3A3A3. Windows color (decimal): -7030686 or 6469780. OLE color: 6469780.

HSL color Cylindrical-coordinate representation of color #94B862: hue angle of 85.12º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94B862 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 98 -
CMYK 0.20 0 0.47 0.28
HSL 85.12º 0.38% 0.55% -
HSV(B) 85.12º 0.47% 0.72% -
XYZ 31.56 41.46 17.89 -
YUV 163.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 148 184 98 0.20 0 0.47 0.28 85.12 0.38 0.55
Hex 94 B8 62 14 0 2F 1C 55 26 37
Octal 224 270 142 24 0 57 34 125 46 67
Binary 10010100 10111000 1100010 10100 0 101111 11100 1010101 100110 110111

Color Harmonies of #94B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B862

Black with #94B862

Text Example


Text Example

White with #94B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,98); }

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

background-color css

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

 a { background-color: rgb(148,184,98); }

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

border-color css

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

 span { border-color: rgb(148,184,98); }

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