#9BA42B

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

Shades of Citron #9BA42B

Tints of Citron #9BA42B

Color information

#9BA42B (or 0x9BA42B) is unknown color: approx Citron. HEX triplet: 9B, A4 and 2B. RGB value is (155,164,43). Sum of RGB (Red+Green+Blue) = 155+164+43=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA42B is #645BD4. Grayscale: #939393. Windows color (decimal): -6577109 or 2860187. OLE color: 2860187.

HSL color Cylindrical-coordinate representation of color #9BA42B: hue angle of 64.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BA42B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB15516443-
CMYK0.0500.740.36
HSL64.46º58.45%40.59%-
HSV(B)64.46º73.78%64.31%-
XYZ27.2333.697.35-
YUV147.5169.02133.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=42.82%
G=45.30%
B=11.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155164430.0500.740.3664.4658.4540.59
Hex9BA42B504A24403a29
Octal2332445350112441007251
Binary1001101110100100101011101010010101001001000000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,43); }

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

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

 a { background-color: rgb(155,164,43); }

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

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

 span { border-color: rgb(155,164,43); }

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