Html Css Color HEX #82AF4B Chelsea Cucumber

📋 copy color: '#82AF4B'

red 130 ◦ green 175 ◦ blue 75

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

Shades of Chelsea Cucumber #82AF4B

Tints of Chelsea Cucumber #82AF4B

RGB

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

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

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

R = 34.21%
G = 46.05%
B = 19.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#82AF4B (or 0x82AF4B) is known color: Chelsea Cucumber. HEX triplet: 82, AF and 4B. RGB value is (130,175,75). Sum of RGB (Red+Green+Blue) = 130+175+75=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF4B is #7D50B4. Grayscale: #969696. Windows color (decimal): -8212661 or 4960130. OLE color: 4960130.

HSL color Cylindrical-coordinate representation of color #82AF4B: hue angle of 87º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82AF4B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 75 -
CMYK 0.26 0 0.57 0.31
HSL 87º 0.4% 0.49% -
HSV(B) 87º 0.57% 0.69% -
XYZ 25.81 35.91 12.23 -
YUV 150.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 130 175 75 0.26 0 0.57 0.31 87 0.4 0.49
Hex 82 AF 4B 1A 0 39 1F 57 28 31
Octal 202 257 113 32 0 71 37 127 50 61
Binary 10000010 10101111 1001011 11010 0 111001 11111 1010111 101000 110001

Color Harmonies of #82AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF4B

Black with #82AF4B

Text Example


Text Example

White with #82AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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