Html Css Color HEX #8AB065 Chelsea Cucumber

📋 copy color: '#8AB065'

red 138 ◦ green 176 ◦ blue 101

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

Shades of Chelsea Cucumber #8AB065

Tints of Chelsea Cucumber #8AB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 33.25%
G = 42.41%
B = 24.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#8AB065 (or 0x8AB065) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 65. RGB value is (138,176,101). Sum of RGB (Red+Green+Blue) = 138+176+101=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB065 is #754F9A. Grayscale: #9C9C9C. Windows color (decimal): -7688091 or 6664330. OLE color: 6664330.

HSL color Cylindrical-coordinate representation of color #8AB065: hue angle of 90.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB065 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 101 -
CMYK 0.22 0 0.43 0.31
HSL 90.4º 0.32% 0.54% -
HSV(B) 90.4º 0.43% 0.69% -
XYZ 28.36 37.39 18.04 -
YUV 156.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 138 176 101 0.22 0 0.43 0.31 90.4 0.32 0.54
Hex 8A B0 65 16 0 2B 1F 5A 20 36
Octal 212 260 145 26 0 53 37 132 40 66
Binary 10001010 10110000 1100101 10110 0 101011 11111 1011010 100000 110110

Color Harmonies of #8AB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB065

Black with #8AB065

Text Example


Text Example

White with #8AB065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,101); }

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

background-color css

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

 a { background-color: rgb(138,176,101); }

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

border-color css

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

 span { border-color: rgb(138,176,101); }

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