Html Css Color HEX #8A9F66 Chelsea Cucumber

📋 copy color: '#8A9F66'

red 138 ◦ green 159 ◦ blue 102

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

Shades of Chelsea Cucumber #8A9F66

Tints of Chelsea Cucumber #8A9F66

RGB

 RED value IS 138 (54.3% from 255) = 34.59%

 GREEN value IS 159 (62.5% from 255) = 39.85%

 BLUE value IS 102 (40.23% from 255) = 25.56%

R = 34.59%
G = 39.85%
B = 25.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#8A9F66 (or 0x8A9F66) is known color: Chelsea Cucumber. HEX triplet: 8A, 9F and 66. RGB value is (138,159,102). Sum of RGB (Red+Green+Blue) = 138+159+102=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F66 is #756099. Grayscale: #929292. Windows color (decimal): -7692442 or 6725514. OLE color: 6725514.

HSL color Cylindrical-coordinate representation of color #8A9F66: hue angle of 82.11º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A9F66 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 159 102 -
CMYK 0.13 0 0.36 0.38
HSL 82.11º 0.23% 0.51% -
HSV(B) 82.11º 0.36% 0.62% -
XYZ 25.28 31.16 17.25 -
YUV 146.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 138 159 102 0.13 0 0.36 0.38 82.11 0.23 0.51
Hex 8A 9F 66 D 0 24 26 52 17 33
Octal 212 237 146 15 0 44 46 122 27 63
Binary 10001010 10011111 1100110 1101 0 100100 100110 1010010 10111 110011

Color Harmonies of #8A9F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9F66

Black with #8A9F66

Text Example


Text Example

White with #8A9F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9F66; }

 p { color: rgb(138,159,102); }

 H1.HeaderClassName
 {
   color: #8A9F66;
 }
 .AnyTagClassName
 {
   color: #8A9F66;
 }
</style>

background-color css

<style>
 a { background-color: #8A9F66; }

 a { background-color: rgb(138,159,102); }

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

border-color css

<style>
 span { border-color: #8A9F66; }

 span { border-color: rgb(138,159,102); }

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