Html Css Color HEX #8BA268 Chelsea Cucumber

📋 copy color: '#8BA268'

red 139 ◦ green 162 ◦ blue 104

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

Shades of Chelsea Cucumber #8BA268

Tints of Chelsea Cucumber #8BA268

RGB

 RED value IS 139 (54.69% from 255) = 34.32%

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

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

R = 34.32%
G = 40%
B = 25.68%

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

#8BA268 (or 0x8BA268) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 68. RGB value is (139,162,104). Sum of RGB (Red+Green+Blue) = 139+162+104=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA268 is #745D97. Grayscale: #949494. Windows color (decimal): -7626136 or 6857355. OLE color: 6857355.

HSL color Cylindrical-coordinate representation of color #8BA268: hue angle of 83.79º 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 #8BA268 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 162 104 -
CMYK 0.14 0 0.36 0.36
HSL 83.79º 0.24% 0.52% -
HSV(B) 83.79º 0.36% 0.64% -
XYZ 26.07 32.33 17.96 -
YUV 148.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 139 162 104 0.14 0 0.36 0.36 83.79 0.24 0.52
Hex 8B A2 68 E 0 24 24 54 18 34
Octal 213 242 150 16 0 44 44 124 30 64
Binary 10001011 10100010 1101000 1110 0 100100 100100 1010100 11000 110100

Color Harmonies of #8BA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA268

Black with #8BA268

Text Example


Text Example

White with #8BA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,104); }

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

background-color css

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

 a { background-color: rgb(139,162,104); }

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

border-color css

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

 span { border-color: rgb(139,162,104); }

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