#ACBE0B

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

Shades of Citrus #ACBE0B

Tints of Citrus #ACBE0B

Color information

#ACBE0B (or 0xACBE0B) is unknown color: approx Citrus. HEX triplet: AC, BE and 0B. RGB value is (172,190,11). Sum of RGB (Red+Green+Blue) = 172+190+11=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE0B is #5341F4. Grayscale: #A4A4A4. Windows color (decimal): -5456373 or 769708. OLE color: 769708.

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

Color convert

RGB17219011-
CMYK0.0900.940.25
HSL66.03º89.05%39.41%-
HSV(B)66.03º94.21%74.51%-
XYZ35.4945.627.25-
YUV164.2141.54133.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 190 (74.61% from 255) = 50.94%
BLUE value IS 11 (4.69% from 255) = 2.95%
R=46.11%
G=50.94%
B=2.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190110.0900.940.2566.0389.0539.41
HexACBEB905E19425927
Octal254276131101363110213147
Binary101011001011111010111001010111101100110000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE0B; }

 p { color: rgb(172,190,11); }

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

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

 a { background-color: rgb(172,190,11); }

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

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

 span { border-color: rgb(172,190,11); }

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