Html Css Color HEX #8CA467 Chelsea Cucumber

📋 copy color: '#8CA467'

red 140 ◦ green 164 ◦ blue 103

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

Shades of Chelsea Cucumber #8CA467

Tints of Chelsea Cucumber #8CA467

RGB

 RED value IS 140 (55.08% from 255) = 34.4%

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 103 (40.63% from 255) = 25.31%

R = 34.4%
G = 40.29%
B = 25.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#8CA467 (or 0x8CA467) is known color: Chelsea Cucumber. HEX triplet: 8C, A4 and 67. RGB value is (140,164,103). Sum of RGB (Red+Green+Blue) = 140+164+103=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA467 is #735B98. Grayscale: #969696. Windows color (decimal): -7560089 or 6792332. OLE color: 6792332.

HSL color Cylindrical-coordinate representation of color #8CA467: hue angle of 83.61º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA467 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 164 103 -
CMYK 0.15 0 0.37 0.36
HSL 83.61º 0.25% 0.52% -
HSV(B) 83.61º 0.37% 0.64% -
XYZ 26.54 33.11 17.82 -
YUV 149.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 140 164 103 0.15 0 0.37 0.36 83.61 0.25 0.52
Hex 8C A4 67 F 0 25 24 54 19 34
Octal 214 244 147 17 0 45 44 124 31 64
Binary 10001100 10100100 1100111 1111 0 100101 100100 1010100 11001 110100

Color Harmonies of #8CA467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA467

Black with #8CA467

Text Example


Text Example

White with #8CA467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,103); }

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

background-color css

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

 a { background-color: rgb(140,164,103); }

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

border-color css

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

 span { border-color: rgb(140,164,103); }

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