Html Css Color HEX #94A950 Chelsea Cucumber

📋 copy color: '#94A950'

red 148 ◦ green 169 ◦ blue 80

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

Shades of Chelsea Cucumber #94A950

Tints of Chelsea Cucumber #94A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 37.28%
G = 42.57%
B = 20.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#94A950 (or 0x94A950) is known color: Chelsea Cucumber. HEX triplet: 94, A9 and 50. RGB value is (148,169,80). Sum of RGB (Red+Green+Blue) = 148+169+80=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #94A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A950 is #6B56AF. Grayscale: #989898. Windows color (decimal): -7034544 or 5286292. OLE color: 5286292.

HSL color Cylindrical-coordinate representation of color #94A950: hue angle of 74.16º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94A950 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 169 80 -
CMYK 0.12 0 0.53 0.34
HSL 74.16º 0.36% 0.49% -
HSV(B) 74.16º 0.53% 0.66% -
XYZ 27.85 35.25 12.93 -
YUV 152.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 148 169 80 0.12 0 0.53 0.34 74.16 0.36 0.49
Hex 94 A9 50 C 0 35 22 4A 24 31
Octal 224 251 120 14 0 65 42 112 44 61
Binary 10010100 10101001 1010000 1100 0 110101 100010 1001010 100100 110001

Color Harmonies of #94A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A950

Black with #94A950

Text Example


Text Example

White with #94A950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,169,80); }

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

background-color css

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

 a { background-color: rgb(148,169,80); }

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

border-color css

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

 span { border-color: rgb(148,169,80); }

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