Html Css Color HEX #82B433 Limerick

📋 copy color: '#82B433'

red 130 ◦ green 180 ◦ blue 51

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

Shades of Limerick #82B433

Tints of Limerick #82B433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.86%

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 36.01%
G = 49.86%
B = 14.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#82B433 (or 0x82B433) is known color: Limerick. HEX triplet: 82, B4 and 33. RGB value is (130,180,51). Sum of RGB (Red+Green+Blue) = 130+180+51=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #82B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B433 is #7D4BCC. Grayscale: #969696. Windows color (decimal): -8211405 or 3388546. OLE color: 3388546.

HSL color Cylindrical-coordinate representation of color #82B433: hue angle of 83.26º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82B433 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 180 51 -
CMYK 0.28 0 0.72 0.29
HSL 83.26º 0.56% 0.45% -
HSV(B) 83.26º 0.72% 0.71% -
XYZ 26.12 37.63 9.02 -
YUV 150.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 130 180 51 0.28 0 0.72 0.29 83.26 0.56 0.45
Hex 82 B4 33 1C 0 48 1D 53 38 2D
Octal 202 264 63 34 0 110 35 123 70 55
Binary 10000010 10110100 110011 11100 0 1001000 11101 1010011 111000 101101

Color Harmonies of #82B433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B433

Black with #82B433

Text Example


Text Example

White with #82B433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,51); }

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

background-color css

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

 a { background-color: rgb(130,180,51); }

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

border-color css

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

 span { border-color: rgb(130,180,51); }

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