Html Css Color HEX #ACBA00 Citrus

📋 copy color: '#ACBA00'

red 172 ◦ green 186 ◦ blue 0

#ACBA00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #ACBA00

Tints of Citrus #ACBA00

RGB

 RED value IS 172 (67.58% from 255) = 48.04%

 GREEN value IS 186 (73.05% from 255) = 51.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.04%
G = 51.96%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#ACBA00 (or 0xACBA00) is known color: Citrus. HEX triplet: AC, BA and 00. RGB value is (172,186,0). Sum of RGB (Red+Green+Blue) = 172+186+0=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA00 is #5345FF. Grayscale: #A1A1A1. Windows color (decimal): -5457408 or 47788. OLE color: 47788.

HSL color Cylindrical-coordinate representation of color #ACBA00: hue angle of 64.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACBA00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 0 -
CMYK 0.08 0 1 0.27
HSL 64.52º 1% 0.36% -
HSV(B) 64.52º 1% 0.73% -
XYZ 34.57 43.89 6.65 -
YUV 160.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 172 186 0 0.08 0 1 0.27 64.52 1 0.36
Hex AC BA 0 8 0 64 1B 41 64 24
Octal 254 272 0 10 0 144 33 101 144 44
Binary 10101100 10111010 0 1000 0 1100100 11011 1000001 1100100 100100

Color Harmonies of #ACBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA00

Black with #ACBA00

Text Example


Text Example

White with #ACBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA00; }

 p { color: rgb(172,186,0); }

 H1.HeaderClassName
 {
   color: #ACBA00;
 }
 .AnyTagClassName
 {
   color: #ACBA00;
 }
</style>

background-color css

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

 a { background-color: rgb(172,186,0); }

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

border-color css

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

 span { border-color: rgb(172,186,0); }

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