Html Css Color HEX #8AAF52 Chelsea Cucumber

📋 copy color: '#8AAF52'

red 138 ◦ green 175 ◦ blue 82

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

Shades of Chelsea Cucumber #8AAF52

Tints of Chelsea Cucumber #8AAF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.3%

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 34.94%
G = 44.3%
B = 20.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#8AAF52 (or 0x8AAF52) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 52. RGB value is (138,175,82). Sum of RGB (Red+Green+Blue) = 138+175+82=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF52 is #7550AD. Grayscale: #999999. Windows color (decimal): -7688366 or 5418890. OLE color: 5418890.

HSL color Cylindrical-coordinate representation of color #8AAF52: hue angle of 83.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AAF52 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 82 -
CMYK 0.21 0 0.53 0.31
HSL 83.87º 0.37% 0.5% -
HSV(B) 83.87º 0.53% 0.69% -
XYZ 27.33 36.67 13.62 -
YUV 153.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 138 175 82 0.21 0 0.53 0.31 83.87 0.37 0.5
Hex 8A AF 52 15 0 35 1F 54 25 32
Octal 212 257 122 25 0 65 37 124 45 62
Binary 10001010 10101111 1010010 10101 0 110101 11111 1010100 100101 110010

Color Harmonies of #8AAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF52

Black with #8AAF52

Text Example


Text Example

White with #8AAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,175,82); }

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

background-color css

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

 a { background-color: rgb(138,175,82); }

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

border-color css

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

 span { border-color: rgb(138,175,82); }

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