#9BA438

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

Shades of Citron #9BA438

Tints of Citron #9BA438

Color information

#9BA438 (or 0x9BA438) is unknown color: approx Citron. HEX triplet: 9B, A4 and 38. RGB value is (155,164,56). Sum of RGB (Red+Green+Blue) = 155+164+56=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA438 is #645BC7. Grayscale: #959595. Windows color (decimal): -6577096 or 3712155. OLE color: 3712155.

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

Color convert

RGB15516456-
CMYK0.0500.660.36
HSL65º49.09%43.14%-
HSV(B)65º65.85%64.31%-
XYZ27.5133.818.82-
YUV14975.52132.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=41.33%
G=43.73%
B=14.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155164560.0500.660.366549.0943.14
Hex9BA43850422441312b
Octal2332447050102441016153
Binary1001101110100100111000101010000101001001000001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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