Html Css Color HEX #94AD62 Chelsea Cucumber

📋 copy color: '#94AD62'

red 148 ◦ green 173 ◦ blue 98

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

Shades of Chelsea Cucumber #94AD62

Tints of Chelsea Cucumber #94AD62

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 35.32%
G = 41.29%
B = 23.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#94AD62 (or 0x94AD62) is known color: Chelsea Cucumber. HEX triplet: 94, AD and 62. RGB value is (148,173,98). Sum of RGB (Red+Green+Blue) = 148+173+98=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD62 is #6B529D. Grayscale: #9D9D9D. Windows color (decimal): -7033502 or 6466964. OLE color: 6466964.

HSL color Cylindrical-coordinate representation of color #94AD62: hue angle of 80º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94AD62 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 98 -
CMYK 0.14 0 0.43 0.32
HSL 80º 0.31% 0.53% -
HSV(B) 80º 0.43% 0.68% -
XYZ 29.36 37.06 17.16 -
YUV 156.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 148 173 98 0.14 0 0.43 0.32 80 0.31 0.53
Hex 94 AD 62 E 0 2B 20 50 1F 35
Octal 224 255 142 16 0 53 40 120 37 65
Binary 10010100 10101101 1100010 1110 0 101011 100000 1010000 11111 110101

Color Harmonies of #94AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD62

Black with #94AD62

Text Example


Text Example

White with #94AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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