#A8BF01

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

Shades of Citrus #A8BF01

Tints of Citrus #A8BF01

Color information

#A8BF01 (or 0xA8BF01) is unknown color: approx Citrus. HEX triplet: A8, BF and 01. RGB value is (168,191,1). Sum of RGB (Red+Green+Blue) = 168+191+1=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BF01 is #5740FE. Grayscale: #A3A3A3. Windows color (decimal): -5718271 or 114600. OLE color: 114600.

HSL color Cylindrical-coordinate representation of color #A8BF01: hue angle of 67.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8BF01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1681911-
CMYK0.1200.990.25
HSL67.26º98.96%37.65%-
HSV(B)67.26º99.48%74.9%-
XYZ34.7845.596.99-
YUV162.4636.88131.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 191 (75% from 255) = 53.06%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=46.67%
G=53.06%
B=0.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16819110.1200.990.2567.2698.9637.65
HexA8BF1C06319436326
Octal25027711401433110314346
Binary101010001011111111100011000111100110000111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF01; }

 p { color: rgb(168,191,1); }

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

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

 a { background-color: rgb(168,191,1); }

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

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

 span { border-color: rgb(168,191,1); }

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