Html Css Color HEX #94AB47 Chelsea Cucumber

📋 copy color: '#94AB47'

red 148 ◦ green 171 ◦ blue 71

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

Shades of Chelsea Cucumber #94AB47

Tints of Chelsea Cucumber #94AB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 37.95%
G = 43.85%
B = 18.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#94AB47 (or 0x94AB47) is known color: Chelsea Cucumber. HEX triplet: 94, AB and 47. RGB value is (148,171,71). Sum of RGB (Red+Green+Blue) = 148+171+71=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB47 is #6B54B8. Grayscale: #999999. Windows color (decimal): -7034041 or 4696980. OLE color: 4696980.

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

Color convert

RGB 148 171 71 -
CMYK 0.13 0 0.58 0.33
HSL 73.8º 0.41% 0.47% -
HSV(B) 73.8º 0.58% 0.67% -
XYZ 27.91 35.88 11.41 -
YUV 152.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 148 171 71 0.13 0 0.58 0.33 73.8 0.41 0.47
Hex 94 AB 47 D 0 3A 21 4A 29 2F
Octal 224 253 107 15 0 72 41 112 51 57
Binary 10010100 10101011 1000111 1101 0 111010 100001 1001010 101001 101111

Color Harmonies of #94AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB47

Black with #94AB47

Text Example


Text Example

White with #94AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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