Html Css Color HEX #82BA42 Chelsea Cucumber

📋 copy color: '#82BA42'

red 130 ◦ green 186 ◦ blue 66

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

Shades of Chelsea Cucumber #82BA42

Tints of Chelsea Cucumber #82BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 34.03%
G = 48.69%
B = 17.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#82BA42 (or 0x82BA42) is known color: Chelsea Cucumber. HEX triplet: 82, BA and 42. RGB value is (130,186,66). Sum of RGB (Red+Green+Blue) = 130+186+66=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA42 is #7D45BD. Grayscale: #9C9C9C. Windows color (decimal): -8209854 or 4373122. OLE color: 4373122.

HSL color Cylindrical-coordinate representation of color #82BA42: hue angle of 88º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82BA42 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 66 -
CMYK 0.30 0 0.65 0.27
HSL 88º 0.48% 0.49% -
HSV(B) 88º 0.65% 0.73% -
XYZ 27.75 40.26 11.46 -
YUV 155.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 130 186 66 0.30 0 0.65 0.27 88 0.48 0.49
Hex 82 BA 42 1E 0 41 1B 58 30 31
Octal 202 272 102 36 0 101 33 130 60 61
Binary 10000010 10111010 1000010 11110 0 1000001 11011 1011000 110000 110001

Color Harmonies of #82BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA42

Black with #82BA42

Text Example


Text Example

White with #82BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,186,66); }

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

background-color css

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

 a { background-color: rgb(130,186,66); }

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

border-color css

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

 span { border-color: rgb(130,186,66); }

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