Html Css Color HEX #869F27 Limerick

📋 copy color: '#869F27'

red 134 ◦ green 159 ◦ blue 39

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

Shades of Limerick #869F27

Tints of Limerick #869F27

RGB

 RED value IS 134 (52.73% from 255) = 40.36%

 GREEN value IS 159 (62.5% from 255) = 47.89%

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 40.36%
G = 47.89%
B = 11.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#869F27 (or 0x869F27) is known color: Limerick. HEX triplet: 86, 9F and 27. RGB value is (134,159,39). Sum of RGB (Red+Green+Blue) = 134+159+39=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #869F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869F27 is #7960D8. Grayscale: #8A8A8A. Windows color (decimal): -7954649 or 2596742. OLE color: 2596742.

HSL color Cylindrical-coordinate representation of color #869F27: hue angle of 72.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #869F27 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 159 39 -
CMYK 0.16 0 0.75 0.38
HSL 72.5º 0.61% 0.39% -
HSV(B) 72.5º 0.75% 0.62% -
XYZ 22.6 30.01 6.52 -
YUV 137.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 134 159 39 0.16 0 0.75 0.38 72.5 0.61 0.39
Hex 86 9F 27 10 0 4B 26 48 3D 27
Octal 206 237 47 20 0 113 46 110 75 47
Binary 10000110 10011111 100111 10000 0 1001011 100110 1001000 111101 100111

Color Harmonies of #869F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869F27

Black with #869F27

Text Example


Text Example

White with #869F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869F27; }

 p { color: rgb(134,159,39); }

 H1.HeaderClassName
 {
   color: #869F27;
 }
 .AnyTagClassName
 {
   color: #869F27;
 }
</style>

background-color css

<style>
 a { background-color: #869F27; }

 a { background-color: rgb(134,159,39); }

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

border-color css

<style>
 span { border-color: #869F27; }

 span { border-color: rgb(134,159,39); }

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