Html Css Color HEX #94AC5B Chelsea Cucumber

📋 copy color: '#94AC5B'

red 148 ◦ green 172 ◦ blue 91

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

Shades of Chelsea Cucumber #94AC5B

Tints of Chelsea Cucumber #94AC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 36.01%
G = 41.85%
B = 22.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#94AC5B (or 0x94AC5B) is known color: Chelsea Cucumber. HEX triplet: 94, AC and 5B. RGB value is (148,172,91). Sum of RGB (Red+Green+Blue) = 148+172+91=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC5B is #6B53A4. Grayscale: #9B9B9B. Windows color (decimal): -7033765 or 6007956. OLE color: 6007956.

HSL color Cylindrical-coordinate representation of color #94AC5B: hue angle of 77.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94AC5B is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 91 -
CMYK 0.14 0 0.47 0.33
HSL 77.78º 0.33% 0.52% -
HSV(B) 77.78º 0.47% 0.67% -
XYZ 28.85 36.56 15.43 -
YUV 155.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 148 172 91 0.14 0 0.47 0.33 77.78 0.33 0.52
Hex 94 AC 5B E 0 2F 21 4E 21 34
Octal 224 254 133 16 0 57 41 116 41 64
Binary 10010100 10101100 1011011 1110 0 101111 100001 1001110 100001 110100

Color Harmonies of #94AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC5B

Black with #94AC5B

Text Example


Text Example

White with #94AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,91); }

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

background-color css

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

 a { background-color: rgb(148,172,91); }

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

border-color css

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

 span { border-color: rgb(148,172,91); }

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