#9BAF35

Color #9BAF35 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #9BAF35

Tints of Limerick #9BAF35

Color information

#9BAF35 (or 0x9BAF35) is unknown color: approx Limerick. HEX triplet: 9B, AF and 35. RGB value is (155,175,53). Sum of RGB (Red+Green+Blue) = 155+175+53=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF35 is #6450CA. Grayscale: #9B9B9B. Windows color (decimal): -6574283 or 3518363. OLE color: 3518363.

HSL color Cylindrical-coordinate representation of color #9BAF35: hue angle of 69.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BAF35 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB15517553-
CMYK0.1100.700.31
HSL69.84º53.51%44.71%-
HSV(B)69.84º69.71%68.63%-
XYZ29.4937.899.13-
YUV155.1170.37127.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=40.47%
G=45.69%
B=13.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155175530.1100.700.3169.8453.5144.71
Hex9BAF35B0461F46362d
Octal23325765130106371066655
Binary1001101110101111110101101101000110111111000110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,53); }

 H1.HeaderClassName
 {
   color: #9BAF35;
 }
 .AnyTagClassName
 {
   color: #9BAF35;
 }
</style>
background-color css

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

 a { background-color: rgb(155,175,53); }

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

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

 span { border-color: rgb(155,175,53); }

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