Html Css Color HEX #93AF4F Chelsea Cucumber

📋 copy color: '#93AF4F'

red 147 ◦ green 175 ◦ blue 79

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

Shades of Chelsea Cucumber #93AF4F

Tints of Chelsea Cucumber #93AF4F

RGB

 RED value IS 147 (57.81% from 255) = 36.66%

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 36.66%
G = 43.64%
B = 19.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#93AF4F (or 0x93AF4F) is known color: Chelsea Cucumber. HEX triplet: 93, AF and 4F. RGB value is (147,175,79). Sum of RGB (Red+Green+Blue) = 147+175+79=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF4F is #6C50B0. Grayscale: #9C9C9C. Windows color (decimal): -7098545 or 5222291. OLE color: 5222291.

HSL color Cylindrical-coordinate representation of color #93AF4F: hue angle of 77.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93AF4F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 175 79 -
CMYK 0.16 0 0.55 0.31
HSL 77.5º 0.38% 0.5% -
HSV(B) 77.5º 0.55% 0.69% -
XYZ 28.77 37.43 13.1 -
YUV 155.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 147 175 79 0.16 0 0.55 0.31 77.5 0.38 0.5
Hex 93 AF 4F 10 0 37 1F 4E 26 32
Octal 223 257 117 20 0 67 37 116 46 62
Binary 10010011 10101111 1001111 10000 0 110111 11111 1001110 100110 110010

Color Harmonies of #93AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF4F

Black with #93AF4F

Text Example


Text Example

White with #93AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AF4F; }

 p { color: rgb(147,175,79); }

 H1.HeaderClassName
 {
   color: #93AF4F;
 }
 .AnyTagClassName
 {
   color: #93AF4F;
 }
</style>

background-color css

<style>
 a { background-color: #93AF4F; }

 a { background-color: rgb(147,175,79); }

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

border-color css

<style>
 span { border-color: #93AF4F; }

 span { border-color: rgb(147,175,79); }

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