Html Css Color HEX #8BAF38 Limerick

📋 copy color: '#8BAF38'

red 139 ◦ green 175 ◦ blue 56

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

Shades of Limerick #8BAF38

Tints of Limerick #8BAF38

RGB

 RED value IS 139 (54.69% from 255) = 37.57%

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

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 37.57%
G = 47.3%
B = 15.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#8BAF38 (or 0x8BAF38) is known color: Limerick. HEX triplet: 8B, AF and 38. RGB value is (139,175,56). Sum of RGB (Red+Green+Blue) = 139+175+56=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF38 is #7450C7. Grayscale: #979797. Windows color (decimal): -7622856 or 3714955. OLE color: 3714955.

HSL color Cylindrical-coordinate representation of color #8BAF38: hue angle of 78.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BAF38 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 56 -
CMYK 0.21 0 0.68 0.31
HSL 78.15º 0.52% 0.45% -
HSV(B) 78.15º 0.68% 0.69% -
XYZ 26.69 36.43 9.37 -
YUV 150.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 139 175 56 0.21 0 0.68 0.31 78.15 0.52 0.45
Hex 8B AF 38 15 0 44 1F 4E 34 2D
Octal 213 257 70 25 0 104 37 116 64 55
Binary 10001011 10101111 111000 10101 0 1000100 11111 1001110 110100 101101

Color Harmonies of #8BAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF38

Black with #8BAF38

Text Example


Text Example

White with #8BAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BAF38; }

 p { color: rgb(139,175,56); }

 H1.HeaderClassName
 {
   color: #8BAF38;
 }
 .AnyTagClassName
 {
   color: #8BAF38;
 }
</style>

background-color css

<style>
 a { background-color: #8BAF38; }

 a { background-color: rgb(139,175,56); }

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

border-color css

<style>
 span { border-color: #8BAF38; }

 span { border-color: rgb(139,175,56); }

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