#9BAE03

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

Shades of Citrus #9BAE03

Tints of Citrus #9BAE03

Color information

#9BAE03 (or 0x9BAE03) is unknown color: approx Citrus. HEX triplet: 9B, AE and 03. RGB value is (155,174,3). Sum of RGB (Red+Green+Blue) = 155+174+3=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE03 is #6451FC. Grayscale: #959595. Windows color (decimal): -6574589 or 241307. OLE color: 241307.

HSL color Cylindrical-coordinate representation of color #9BAE03: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BAE03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1551743-
CMYK0.1100.980.32
HSL66.67º96.61%34.71%-
HSV(B)66.67º98.28%68.24%-
XYZ28.6737.255.76-
YUV148.8345.71132.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=46.69%
G=52.41%
B=0.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15517430.1100.980.3266.6796.6134.71
Hex9BAE3B06220436123
Octal23325631301424010314143
Binary10011011101011101110110110001010000010000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,3); }

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

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

 a { background-color: rgb(155,174,3); }

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

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

 span { border-color: rgb(155,174,3); }

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