Html Css Color HEX #94C062 Olivine

📋 copy color: '#94C062'

red 148 ◦ green 192 ◦ blue 98

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

Shades of Olivine #94C062

Tints of Olivine #94C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 33.79%
G = 43.84%
B = 22.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#94C062 (or 0x94C062) is known color: Olivine. HEX triplet: 94, C0 and 62. RGB value is (148,192,98). Sum of RGB (Red+Green+Blue) = 148+192+98=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #94C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C062 is #6B3F9D. Grayscale: #A8A8A8. Windows color (decimal): -7028638 or 6471828. OLE color: 6471828.

HSL color Cylindrical-coordinate representation of color #94C062: hue angle of 88.09º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94C062 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 98 -
CMYK 0.23 0 0.49 0.25
HSL 88.09º 0.43% 0.57% -
HSV(B) 88.09º 0.49% 0.75% -
XYZ 33.27 44.88 18.46 -
YUV 168.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 148 192 98 0.23 0 0.49 0.25 88.09 0.43 0.57
Hex 94 C0 62 17 0 31 19 58 2B 39
Octal 224 300 142 27 0 61 31 130 53 71
Binary 10010100 11000000 1100010 10111 0 110001 11001 1011000 101011 111001

Color Harmonies of #94C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C062

Black with #94C062

Text Example


Text Example

White with #94C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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