Html Css Color HEX #83B022 Limerick

📋 copy color: '#83B022'

red 131 ◦ green 176 ◦ blue 34

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

Shades of Limerick #83B022

Tints of Limerick #83B022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 38.42%
G = 51.61%
B = 9.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#83B022 (or 0x83B022) is known color: Limerick. HEX triplet: 83, B0 and 22. RGB value is (131,176,34). Sum of RGB (Red+Green+Blue) = 131+176+34=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #83B022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83B022 is #7C4FDD. Grayscale: #929292. Windows color (decimal): -8146910 or 2273411. OLE color: 2273411.

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

Color convert

RGB 131 176 34 -
CMYK 0.26 0 0.81 0.31
HSL 79.01º 0.68% 0.41% -
HSV(B) 79.01º 0.81% 0.69% -
XYZ 25.17 35.99 7.13 -
YUV 146.36 64.59 117.05 -
System Red Green Blue C M Y K H S L
Decimal 131 176 34 0.26 0 0.81 0.31 79.01 0.68 0.41
Hex 83 B0 22 1A 0 51 1F 4F 44 29
Octal 203 260 42 32 0 121 37 117 104 51
Binary 10000011 10110000 100010 11010 0 1010001 11111 1001111 1000100 101001

Color Harmonies of #83B022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B022

Black with #83B022

Text Example


Text Example

White with #83B022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,176,34); }

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

background-color css

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

 a { background-color: rgb(131,176,34); }

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

border-color css

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

 span { border-color: rgb(131,176,34); }

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