Html Css Color HEX #8CB267 Chelsea Cucumber

📋 copy color: '#8CB267'

red 140 ◦ green 178 ◦ blue 103

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

Shades of Chelsea Cucumber #8CB267

Tints of Chelsea Cucumber #8CB267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

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

R = 33.25%
G = 42.28%
B = 24.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#8CB267 (or 0x8CB267) is known color: Chelsea Cucumber. HEX triplet: 8C, B2 and 67. RGB value is (140,178,103). Sum of RGB (Red+Green+Blue) = 140+178+103=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB267 is #734D98. Grayscale: #9E9E9E. Windows color (decimal): -7556505 or 6795916. OLE color: 6795916.

HSL color Cylindrical-coordinate representation of color #8CB267: hue angle of 90.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CB267 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 103 -
CMYK 0.21 0 0.42 0.30
HSL 90.4º 0.33% 0.55% -
HSV(B) 90.4º 0.42% 0.7% -
XYZ 29.18 38.4 18.7 -
YUV 158.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 140 178 103 0.21 0 0.42 0.30 90.4 0.33 0.55
Hex 8C B2 67 15 0 2A 1E 5A 21 37
Octal 214 262 147 25 0 52 36 132 41 67
Binary 10001100 10110010 1100111 10101 0 101010 11110 1011010 100001 110111

Color Harmonies of #8CB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB267

Black with #8CB267

Text Example


Text Example

White with #8CB267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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