Html Css Color HEX #94C560 Olivine

📋 copy color: '#94C560'

red 148 ◦ green 197 ◦ blue 96

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

Shades of Olivine #94C560

Tints of Olivine #94C560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 33.56%
G = 44.67%
B = 21.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#94C560 (or 0x94C560) is known color: Olivine. HEX triplet: 94, C5 and 60. RGB value is (148,197,96). Sum of RGB (Red+Green+Blue) = 148+197+96=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #94C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C560 is #6B3A9F. Grayscale: #ABABAB. Windows color (decimal): -7027360 or 6342036. OLE color: 6342036.

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

Color convert

RGB 148 197 96 -
CMYK 0.25 0 0.51 0.23
HSL 89.11º 0.47% 0.57% -
HSV(B) 89.11º 0.51% 0.77% -
XYZ 34.29 47.07 18.35 -
YUV 170.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 148 197 96 0.25 0 0.51 0.23 89.11 0.47 0.57
Hex 94 C5 60 19 0 33 17 59 2F 39
Octal 224 305 140 31 0 63 27 131 57 71
Binary 10010100 11000101 1100000 11001 0 110011 10111 1011001 101111 111001

Color Harmonies of #94C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C560

Black with #94C560

Text Example


Text Example

White with #94C560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,96); }

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

background-color css

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

 a { background-color: rgb(148,197,96); }

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

border-color css

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

 span { border-color: rgb(148,197,96); }

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