Html Css Color HEX #9BA840 Limerick

📋 copy color: '#9BA840'

red 155 ◦ green 168 ◦ blue 64

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

Shades of Limerick #9BA840

Tints of Limerick #9BA840

RGB

 RED value IS 155 (60.94% from 255) = 40.05%

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 40.05%
G = 43.41%
B = 16.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#9BA840 (or 0x9BA840) is known color: Limerick. HEX triplet: 9B, A8 and 40. RGB value is (155,168,64). Sum of RGB (Red+Green+Blue) = 155+168+64=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA840 is #6457BF. Grayscale: #989898. Windows color (decimal): -6576064 or 4237467. OLE color: 4237467.

HSL color Cylindrical-coordinate representation of color #9BA840: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BA840 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 64 -
CMYK 0.08 0 0.62 0.34
HSL 67.5º 0.45% 0.45% -
HSV(B) 67.5º 0.62% 0.66% -
XYZ 28.45 35.34 10.17 -
YUV 152.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 155 168 64 0.08 0 0.62 0.34 67.5 0.45 0.45
Hex 9B A8 40 8 0 3E 22 44 2D 2D
Octal 233 250 100 10 0 76 42 104 55 55
Binary 10011011 10101000 1000000 1000 0 111110 100010 1000100 101101 101101

Color Harmonies of #9BA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA840

Black with #9BA840

Text Example


Text Example

White with #9BA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA840; }

 p { color: rgb(155,168,64); }

 H1.HeaderClassName
 {
   color: #9BA840;
 }
 .AnyTagClassName
 {
   color: #9BA840;
 }
</style>

background-color css

<style>
 a { background-color: #9BA840; }

 a { background-color: rgb(155,168,64); }

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

border-color css

<style>
 span { border-color: #9BA840; }

 span { border-color: rgb(155,168,64); }

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