#A8BB03

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

Shades of Citrus #A8BB03

Tints of Citrus #A8BB03

Color information

#A8BB03 (or 0xA8BB03) is unknown color: approx Citrus. HEX triplet: A8, BB and 03. RGB value is (168,187,3). Sum of RGB (Red+Green+Blue) = 168+187+3=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB03 is #5744FC. Grayscale: #A1A1A1. Windows color (decimal): -5719293 or 244648. OLE color: 244648.

HSL color Cylindrical-coordinate representation of color #A8BB03: hue angle of 66.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8BB03 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1681873-
CMYK0.1000.980.27
HSL66.2º96.84%37.25%-
HSV(B)66.2º98.4%73.33%-
XYZ33.9443.876.77-
YUV160.3439.21133.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 187 (73.44% from 255) = 52.23%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=46.93%
G=52.23%
B=0.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16818730.1000.980.2766.296.8437.25
HexA8BB3A0621B426125
Octal25027331201423310214145
Binary1010100010111011111010011000101101110000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB03; }

 p { color: rgb(168,187,3); }

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

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

 a { background-color: rgb(168,187,3); }

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

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

 span { border-color: rgb(168,187,3); }

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