Html Css Color HEX #94C156 Chelsea Cucumber

📋 copy color: '#94C156'

red 148 ◦ green 193 ◦ blue 86

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

Shades of Chelsea Cucumber #94C156

Tints of Chelsea Cucumber #94C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 86 (33.98% from 255) = 20.14%

R = 34.66%
G = 45.2%
B = 20.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#94C156 (or 0x94C156) is known color: Chelsea Cucumber. HEX triplet: 94, C1 and 56. RGB value is (148,193,86). Sum of RGB (Red+Green+Blue) = 148+193+86=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #94C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C156 is #6B3EA9. Grayscale: #A7A7A7. Windows color (decimal): -7028394 or 5685652. OLE color: 5685652.

HSL color Cylindrical-coordinate representation of color #94C156: hue angle of 85.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94C156 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 86 -
CMYK 0.23 0 0.55 0.24
HSL 85.23º 0.46% 0.55% -
HSV(B) 85.23º 0.55% 0.76% -
XYZ 32.96 45.11 15.77 -
YUV 167.35 82.09 114.2 -
System Red Green Blue C M Y K H S L
Decimal 148 193 86 0.23 0 0.55 0.24 85.23 0.46 0.55
Hex 94 C1 56 17 0 37 18 55 2E 37
Octal 224 301 126 27 0 67 30 125 56 67
Binary 10010100 11000001 1010110 10111 0 110111 11000 1010101 101110 110111

Color Harmonies of #94C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C156

Black with #94C156

Text Example


Text Example

White with #94C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,86); }

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

background-color css

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

 a { background-color: rgb(148,193,86); }

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

border-color css

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

 span { border-color: rgb(148,193,86); }

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