Html Css Color HEX #94C059 Chelsea Cucumber

📋 copy color: '#94C059'

red 148 ◦ green 192 ◦ blue 89

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

Shades of Chelsea Cucumber #94C059

Tints of Chelsea Cucumber #94C059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.75%

R = 34.5%
G = 44.76%
B = 20.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#94C059 (or 0x94C059) is known color: Chelsea Cucumber. HEX triplet: 94, C0 and 59. RGB value is (148,192,89). Sum of RGB (Red+Green+Blue) = 148+192+89=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #94C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C059 is #6B3FA6. Grayscale: #A7A7A7. Windows color (decimal): -7028647 or 5882004. OLE color: 5882004.

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

Color convert

RGB 148 192 89 -
CMYK 0.23 0 0.54 0.25
HSL 85.63º 0.45% 0.55% -
HSV(B) 85.63º 0.54% 0.75% -
XYZ 32.87 44.72 16.35 -
YUV 167.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 148 192 89 0.23 0 0.54 0.25 85.63 0.45 0.55
Hex 94 C0 59 17 0 36 19 56 2D 37
Octal 224 300 131 27 0 66 31 126 55 67
Binary 10010100 11000000 1011001 10111 0 110110 11001 1010110 101101 110111

Color Harmonies of #94C059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C059

Black with #94C059

Text Example


Text Example

White with #94C059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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