Html Css Color HEX #8DB268 Chelsea Cucumber

📋 copy color: '#8DB268'

red 141 ◦ green 178 ◦ blue 104

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

Shades of Chelsea Cucumber #8DB268

Tints of Chelsea Cucumber #8DB268

RGB

 RED value IS 141 (55.47% from 255) = 33.33%

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

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 33.33%
G = 42.08%
B = 24.59%

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

#8DB268 (or 0x8DB268) is known color: Chelsea Cucumber. HEX triplet: 8D, B2 and 68. RGB value is (141,178,104). Sum of RGB (Red+Green+Blue) = 141+178+104=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB268 is #724D97. Grayscale: #9E9E9E. Windows color (decimal): -7490968 or 6861453. OLE color: 6861453.

HSL color Cylindrical-coordinate representation of color #8DB268: hue angle of 90º degrees, saturation: 0.32, 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 #8DB268 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 104 -
CMYK 0.21 0 0.42 0.30
HSL 90º 0.32% 0.55% -
HSV(B) 90º 0.42% 0.7% -
XYZ 29.4 38.5 18.98 -
YUV 158.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 141 178 104 0.21 0 0.42 0.30 90 0.32 0.55
Hex 8D B2 68 15 0 2A 1E 5A 20 37
Octal 215 262 150 25 0 52 36 132 40 67
Binary 10001101 10110010 1101000 10101 0 101010 11110 1011010 100000 110111

Color Harmonies of #8DB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB268

Black with #8DB268

Text Example


Text Example

White with #8DB268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,178,104); }

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

background-color css

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

 a { background-color: rgb(141,178,104); }

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

border-color css

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

 span { border-color: rgb(141,178,104); }

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