#ACBC0B

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

Shades of Citrus #ACBC0B

Tints of Citrus #ACBC0B

Color information

#ACBC0B (or 0xACBC0B) is unknown color: approx Citrus. HEX triplet: AC, BC and 0B. RGB value is (172,188,11). Sum of RGB (Red+Green+Blue) = 172+188+11=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0B is #5343F4. Grayscale: #A3A3A3. Windows color (decimal): -5456885 or 769196. OLE color: 769196.

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

Color convert

RGB17218811-
CMYK0.0900.940.26
HSL65.42º88.94%39.02%-
HSV(B)65.42º94.15%73.73%-
XYZ35.0644.767.11-
YUV163.0442.2134.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 188 (73.83% from 255) = 50.67%
BLUE value IS 11 (4.69% from 255) = 2.96%
R=46.36%
G=50.67%
B=2.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188110.0900.940.2665.4288.9439.02
HexACBCB905E1A415927
Octal254274131101363210113147
Binary101011001011110010111001010111101101010000011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC0B; }

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

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

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

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

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

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

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

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