Html Css Color HEX #93AF4B Chelsea Cucumber

📋 copy color: '#93AF4B'

red 147 ◦ green 175 ◦ blue 75

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

Shades of Chelsea Cucumber #93AF4B

Tints of Chelsea Cucumber #93AF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 37.03%
G = 44.08%
B = 18.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#93AF4B (or 0x93AF4B) is known color: Chelsea Cucumber. HEX triplet: 93, AF and 4B. RGB value is (147,175,75). Sum of RGB (Red+Green+Blue) = 147+175+75=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF4B is #6C50B4. Grayscale: #9B9B9B. Windows color (decimal): -7098549 or 4960147. OLE color: 4960147.

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

Color convert

RGB 147 175 75 -
CMYK 0.16 0 0.57 0.31
HSL 76.8º 0.4% 0.49% -
HSV(B) 76.8º 0.57% 0.69% -
XYZ 28.63 37.37 12.36 -
YUV 155.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 147 175 75 0.16 0 0.57 0.31 76.8 0.4 0.49
Hex 93 AF 4B 10 0 39 1F 4D 28 31
Octal 223 257 113 20 0 71 37 115 50 61
Binary 10010011 10101111 1001011 10000 0 111001 11111 1001101 101000 110001

Color Harmonies of #93AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF4B

Black with #93AF4B

Text Example


Text Example

White with #93AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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