Html Css Color HEX #94AA52 Chelsea Cucumber

📋 copy color: '#94AA52'

red 148 ◦ green 170 ◦ blue 82

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

Shades of Chelsea Cucumber #94AA52

Tints of Chelsea Cucumber #94AA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.5%

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 37%
G = 42.5%
B = 20.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#94AA52 (or 0x94AA52) is known color: Chelsea Cucumber. HEX triplet: 94, AA and 52. RGB value is (148,170,82). Sum of RGB (Red+Green+Blue) = 148+170+82=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA52 is #6B55AD. Grayscale: #999999. Windows color (decimal): -7034286 or 5417620. OLE color: 5417620.

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

Color convert

RGB 148 170 82 -
CMYK 0.13 0 0.52 0.33
HSL 75º 0.35% 0.49% -
HSV(B) 75º 0.52% 0.67% -
XYZ 28.11 35.65 13.38 -
YUV 153.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 148 170 82 0.13 0 0.52 0.33 75 0.35 0.49
Hex 94 AA 52 D 0 34 21 4B 23 31
Octal 224 252 122 15 0 64 41 113 43 61
Binary 10010100 10101010 1010010 1101 0 110100 100001 1001011 100011 110001

Color Harmonies of #94AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA52

Black with #94AA52

Text Example


Text Example

White with #94AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,170,82); }

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

background-color css

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

 a { background-color: rgb(148,170,82); }

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

border-color css

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

 span { border-color: rgb(148,170,82); }

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