Html Css Color HEX #9BA83A Limerick

📋 copy color: '#9BA83A'

red 155 ◦ green 168 ◦ blue 58

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

Shades of Limerick #9BA83A

Tints of Limerick #9BA83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 40.68%
G = 44.09%
B = 15.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#9BA83A (or 0x9BA83A) is known color: Limerick. HEX triplet: 9B, A8 and 3A. RGB value is (155,168,58). Sum of RGB (Red+Green+Blue) = 155+168+58=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA83A is #6457C5. Grayscale: #989898. Windows color (decimal): -6576070 or 3844251. OLE color: 3844251.

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

Color convert

RGB 155 168 58 -
CMYK 0.08 0 0.65 0.34
HSL 67.09º 0.49% 0.44% -
HSV(B) 67.09º 0.65% 0.66% -
XYZ 28.28 35.28 9.32 -
YUV 151.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 155 168 58 0.08 0 0.65 0.34 67.09 0.49 0.44
Hex 9B A8 3A 8 0 41 22 43 31 2C
Octal 233 250 72 10 0 101 42 103 61 54
Binary 10011011 10101000 111010 1000 0 1000001 100010 1000011 110001 101100

Color Harmonies of #9BA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA83A

Black with #9BA83A

Text Example


Text Example

White with #9BA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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