Html Css Color HEX #83AF4A Chelsea Cucumber

📋 copy color: '#83AF4A'

red 131 ◦ green 175 ◦ blue 74

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

Shades of Chelsea Cucumber #83AF4A

Tints of Chelsea Cucumber #83AF4A

RGB

 RED value IS 131 (51.56% from 255) = 34.47%

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 34.47%
G = 46.05%
B = 19.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#83AF4A (or 0x83AF4A) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 4A. RGB value is (131,175,74). Sum of RGB (Red+Green+Blue) = 131+175+74=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF4A is #7C50B5. Grayscale: #969696. Windows color (decimal): -8147126 or 4894595. OLE color: 4894595.

HSL color Cylindrical-coordinate representation of color #83AF4A: hue angle of 86.14º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83AF4A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 74 -
CMYK 0.25 0 0.58 0.31
HSL 86.14º 0.41% 0.49% -
HSV(B) 86.14º 0.58% 0.69% -
XYZ 25.93 35.98 12.06 -
YUV 150.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 131 175 74 0.25 0 0.58 0.31 86.14 0.41 0.49
Hex 83 AF 4A 19 0 3A 1F 56 29 31
Octal 203 257 112 31 0 72 37 126 51 61
Binary 10000011 10101111 1001010 11001 0 111010 11111 1010110 101001 110001

Color Harmonies of #83AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF4A

Black with #83AF4A

Text Example


Text Example

White with #83AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AF4A; }

 p { color: rgb(131,175,74); }

 H1.HeaderClassName
 {
   color: #83AF4A;
 }
 .AnyTagClassName
 {
   color: #83AF4A;
 }
</style>

background-color css

<style>
 a { background-color: #83AF4A; }

 a { background-color: rgb(131,175,74); }

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

border-color css

<style>
 span { border-color: #83AF4A; }

 span { border-color: rgb(131,175,74); }

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