Html Css Color HEX #82AA4B Chelsea Cucumber

📋 copy color: '#82AA4B'

red 130 ◦ green 170 ◦ blue 75

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

Shades of Chelsea Cucumber #82AA4B

Tints of Chelsea Cucumber #82AA4B

RGB

 RED value IS 130 (51.17% from 255) = 34.67%

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 34.67%
G = 45.33%
B = 20%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#82AA4B (or 0x82AA4B) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 4B. RGB value is (130,170,75). Sum of RGB (Red+Green+Blue) = 130+170+75=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA4B is #7D55B4. Grayscale: #939393. Windows color (decimal): -8213941 or 4958850. OLE color: 4958850.

HSL color Cylindrical-coordinate representation of color #82AA4B: hue angle of 85.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82AA4B is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 75 -
CMYK 0.24 0 0.56 0.33
HSL 85.26º 0.39% 0.48% -
HSV(B) 85.26º 0.56% 0.67% -
XYZ 24.85 34 11.91 -
YUV 147.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 130 170 75 0.24 0 0.56 0.33 85.26 0.39 0.48
Hex 82 AA 4B 18 0 38 21 55 27 30
Octal 202 252 113 30 0 70 41 125 47 60
Binary 10000010 10101010 1001011 11000 0 111000 100001 1010101 100111 110000

Color Harmonies of #82AA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA4B

Black with #82AA4B

Text Example


Text Example

White with #82AA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AA4B; }

 p { color: rgb(130,170,75); }

 H1.HeaderClassName
 {
   color: #82AA4B;
 }
 .AnyTagClassName
 {
   color: #82AA4B;
 }
</style>

background-color css

<style>
 a { background-color: #82AA4B; }

 a { background-color: rgb(130,170,75); }

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

border-color css

<style>
 span { border-color: #82AA4B; }

 span { border-color: rgb(130,170,75); }

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