Html Css Color HEX #94AF57 Chelsea Cucumber

📋 copy color: '#94AF57'

red 148 ◦ green 175 ◦ blue 87

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

Shades of Chelsea Cucumber #94AF57

Tints of Chelsea Cucumber #94AF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.68%

 BLUE value IS 87 (34.38% from 255) = 21.22%

R = 36.1%
G = 42.68%
B = 21.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#94AF57 (or 0x94AF57) is known color: Chelsea Cucumber. HEX triplet: 94, AF and 57. RGB value is (148,175,87). Sum of RGB (Red+Green+Blue) = 148+175+87=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF57 is #6B50A8. Grayscale: #9D9D9D. Windows color (decimal): -7033001 or 5746580. OLE color: 5746580.

HSL color Cylindrical-coordinate representation of color #94AF57: hue angle of 78.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94AF57 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 175 87 -
CMYK 0.15 0 0.50 0.31
HSL 78.41º 0.35% 0.51% -
HSV(B) 78.41º 0.5% 0.69% -
XYZ 29.26 37.64 14.74 -
YUV 156.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 148 175 87 0.15 0 0.50 0.31 78.41 0.35 0.51
Hex 94 AF 57 F 0 32 1F 4E 23 33
Octal 224 257 127 17 0 62 37 116 43 63
Binary 10010100 10101111 1010111 1111 0 110010 11111 1001110 100011 110011

Color Harmonies of #94AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF57

Black with #94AF57

Text Example


Text Example

White with #94AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,175,87); }

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

background-color css

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

 a { background-color: rgb(148,175,87); }

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

border-color css

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

 span { border-color: rgb(148,175,87); }

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