Html Css Color HEX #83B02D Limerick

📋 copy color: '#83B02D'

red 131 ◦ green 176 ◦ blue 45

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

Shades of Limerick #83B02D

Tints of Limerick #83B02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 37.22%
G = 50%
B = 12.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#83B02D (or 0x83B02D) is known color: Limerick. HEX triplet: 83, B0 and 2D. RGB value is (131,176,45). Sum of RGB (Red+Green+Blue) = 131+176+45=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #83B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83B02D is #7C4FD2. Grayscale: #949494. Windows color (decimal): -8146899 or 2994307. OLE color: 2994307.

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

Color convert

RGB 131 176 45 -
CMYK 0.26 0 0.74 0.31
HSL 80.61º 0.59% 0.43% -
HSV(B) 80.61º 0.74% 0.69% -
XYZ 25.36 36.07 8.11 -
YUV 147.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 131 176 45 0.26 0 0.74 0.31 80.61 0.59 0.43
Hex 83 B0 2D 1A 0 4A 1F 51 3B 2B
Octal 203 260 55 32 0 112 37 121 73 53
Binary 10000011 10110000 101101 11010 0 1001010 11111 1010001 111011 101011

Color Harmonies of #83B02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B02D

Black with #83B02D

Text Example


Text Example

White with #83B02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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