Html Css Color HEX #8AB268 Chelsea Cucumber

📋 copy color: '#8AB268'

red 138 ◦ green 178 ◦ blue 104

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

Shades of Chelsea Cucumber #8AB268

Tints of Chelsea Cucumber #8AB268

RGB

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

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

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

R = 32.86%
G = 42.38%
B = 24.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#8AB268 (or 0x8AB268) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 68. RGB value is (138,178,104). Sum of RGB (Red+Green+Blue) = 138+178+104=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB268 is #754D97. Grayscale: #9D9D9D. Windows color (decimal): -7687576 or 6861450. OLE color: 6861450.

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

Color convert

RGB 138 178 104 -
CMYK 0.22 0 0.42 0.30
HSL 92.43º 0.32% 0.55% -
HSV(B) 92.43º 0.42% 0.7% -
XYZ 28.9 38.24 18.96 -
YUV 157.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 138 178 104 0.22 0 0.42 0.30 92.43 0.32 0.55
Hex 8A B2 68 16 0 2A 1E 5C 20 37
Octal 212 262 150 26 0 52 36 134 40 67
Binary 10001010 10110010 1101000 10110 0 101010 11110 1011100 100000 110111

Color Harmonies of #8AB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB268

Black with #8AB268

Text Example


Text Example

White with #8AB268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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