Html Css Color HEX #94AB4C Chelsea Cucumber

📋 copy color: '#94AB4C'

red 148 ◦ green 171 ◦ blue 76

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

Shades of Chelsea Cucumber #94AB4C

Tints of Chelsea Cucumber #94AB4C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 37.47%
G = 43.29%
B = 19.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#94AB4C (or 0x94AB4C) is known color: Chelsea Cucumber. HEX triplet: 94, AB and 4C. RGB value is (148,171,76). Sum of RGB (Red+Green+Blue) = 148+171+76=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB4C is #6B54B3. Grayscale: #999999. Windows color (decimal): -7034036 or 5024660. OLE color: 5024660.

HSL color Cylindrical-coordinate representation of color #94AB4C: hue angle of 74.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94AB4C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 171 76 -
CMYK 0.13 0 0.56 0.33
HSL 74.53º 0.38% 0.48% -
HSV(B) 74.53º 0.56% 0.67% -
XYZ 28.08 35.94 12.3 -
YUV 153.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 148 171 76 0.13 0 0.56 0.33 74.53 0.38 0.48
Hex 94 AB 4C D 0 38 21 4B 26 30
Octal 224 253 114 15 0 70 41 113 46 60
Binary 10010100 10101011 1001100 1101 0 111000 100001 1001011 100110 110000

Color Harmonies of #94AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB4C

Black with #94AB4C

Text Example


Text Example

White with #94AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,171,76); }

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

background-color css

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

 a { background-color: rgb(148,171,76); }

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

border-color css

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

 span { border-color: rgb(148,171,76); }

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