#A5BF0C

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

Shades of Citrus #A5BF0C

Tints of Citrus #A5BF0C

Color information

#A5BF0C (or 0xA5BF0C) is unknown color: approx Citrus. HEX triplet: A5, BF and 0C. RGB value is (165,191,12). Sum of RGB (Red+Green+Blue) = 165+191+12=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BF0C is #5A40F3. Grayscale: #A3A3A3. Windows color (decimal): -5914868 or 835493. OLE color: 835493.

HSL color Cylindrical-coordinate representation of color #A5BF0C: hue angle of 68.72º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5BF0C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB16519112-
CMYK0.1400.940.25
HSL68.72º88.18%39.8%-
HSV(B)68.72º93.72%74.9%-
XYZ34.2145.297.29-
YUV162.8242.89129.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 191 (75% from 255) = 51.90%
BLUE value IS 12 (5.08% from 255) = 3.26%
R=44.84%
G=51.90%
B=3.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165191120.1400.940.2568.7288.1839.8
HexA5BFCE05E19455828
Octal245277141601363110513050
Binary101001011011111111001110010111101100110001011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF0C; }

 p { color: rgb(165,191,12); }

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

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

 a { background-color: rgb(165,191,12); }

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

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

 span { border-color: rgb(165,191,12); }

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