Html Css Color HEX #83AF2B Limerick

📋 copy color: '#83AF2B'

red 131 ◦ green 175 ◦ blue 43

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

Shades of Limerick #83AF2B

Tints of Limerick #83AF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 37.54%
G = 50.14%
B = 12.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#83AF2B (or 0x83AF2B) is known color: Limerick. HEX triplet: 83, AF and 2B. RGB value is (131,175,43). Sum of RGB (Red+Green+Blue) = 131+175+43=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF2B is #7C50D4. Grayscale: #939393. Windows color (decimal): -8147157 or 2862979. OLE color: 2862979.

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

Color convert

RGB 131 175 43 -
CMYK 0.25 0 0.75 0.31
HSL 80º 0.61% 0.43% -
HSV(B) 80º 0.75% 0.69% -
XYZ 25.13 35.66 7.84 -
YUV 146.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 131 175 43 0.25 0 0.75 0.31 80 0.61 0.43
Hex 83 AF 2B 19 0 4B 1F 50 3D 2B
Octal 203 257 53 31 0 113 37 120 75 53
Binary 10000011 10101111 101011 11001 0 1001011 11111 1010000 111101 101011

Color Harmonies of #83AF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF2B

Black with #83AF2B

Text Example


Text Example

White with #83AF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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