Html Css Color HEX #8CA267 Chelsea Cucumber

📋 copy color: '#8CA267'

red 140 ◦ green 162 ◦ blue 103

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

Shades of Chelsea Cucumber #8CA267

Tints of Chelsea Cucumber #8CA267

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 34.57%
G = 40%
B = 25.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#8CA267 (or 0x8CA267) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 67. RGB value is (140,162,103). Sum of RGB (Red+Green+Blue) = 140+162+103=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA267 is #735D98. Grayscale: #949494. Windows color (decimal): -7560601 or 6791820. OLE color: 6791820.

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

Color convert

RGB 140 162 103 -
CMYK 0.14 0 0.36 0.36
HSL 82.37º 0.24% 0.52% -
HSV(B) 82.37º 0.36% 0.64% -
XYZ 26.18 32.4 17.7 -
YUV 148.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 140 162 103 0.14 0 0.36 0.36 82.37 0.24 0.52
Hex 8C A2 67 E 0 24 24 52 18 34
Octal 214 242 147 16 0 44 44 122 30 64
Binary 10001100 10100010 1100111 1110 0 100100 100100 1010010 11000 110100

Color Harmonies of #8CA267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA267

Black with #8CA267

Text Example


Text Example

White with #8CA267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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