Html Css Color HEX #8AB752 Chelsea Cucumber

📋 copy color: '#8AB752'

red 138 ◦ green 183 ◦ blue 82

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

Shades of Chelsea Cucumber #8AB752

Tints of Chelsea Cucumber #8AB752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

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

R = 34.24%
G = 45.41%
B = 20.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#8AB752 (or 0x8AB752) is known color: Chelsea Cucumber. HEX triplet: 8A, B7 and 52. RGB value is (138,183,82). Sum of RGB (Red+Green+Blue) = 138+183+82=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB752 is #7548AD. Grayscale: #9E9E9E. Windows color (decimal): -7686318 or 5420938. OLE color: 5420938.

HSL color Cylindrical-coordinate representation of color #8AB752: hue angle of 86.73º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AB752 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 82 -
CMYK 0.25 0 0.55 0.28
HSL 86.73º 0.41% 0.52% -
HSV(B) 86.73º 0.55% 0.72% -
XYZ 28.94 39.88 14.15 -
YUV 158.03 85.09 113.71 -
System Red Green Blue C M Y K H S L
Decimal 138 183 82 0.25 0 0.55 0.28 86.73 0.41 0.52
Hex 8A B7 52 19 0 37 1C 57 29 34
Octal 212 267 122 31 0 67 34 127 51 64
Binary 10001010 10110111 1010010 11001 0 110111 11100 1010111 101001 110100

Color Harmonies of #8AB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB752

Black with #8AB752

Text Example


Text Example

White with #8AB752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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