Html Css Color HEX #ACBA04 Citrus

📋 copy color: '#ACBA04'

red 172 ◦ green 186 ◦ blue 4

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

Shades of Citrus #ACBA04

Tints of Citrus #ACBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 47.51%
G = 51.38%
B = 1.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#ACBA04 (or 0xACBA04) is known color: Citrus. HEX triplet: AC, BA and 04. RGB value is (172,186,4). Sum of RGB (Red+Green+Blue) = 172+186+4=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA04 is #5345FB. Grayscale: #A1A1A1. Windows color (decimal): -5457404 or 309932. OLE color: 309932.

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

Color convert

RGB 172 186 4 -
CMYK 0.08 0 0.98 0.27
HSL 64.62º 0.96% 0.37% -
HSV(B) 64.62º 0.98% 0.73% -
XYZ 34.59 43.9 6.76 -
YUV 161.07 39.36 135.8 -
System Red Green Blue C M Y K H S L
Decimal 172 186 4 0.08 0 0.98 0.27 64.62 0.96 0.37
Hex AC BA 4 8 0 62 1B 41 60 25
Octal 254 272 4 10 0 142 33 101 140 45
Binary 10101100 10111010 100 1000 0 1100010 11011 1000001 1100000 100101

Color Harmonies of #ACBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA04

Black with #ACBA04

Text Example


Text Example

White with #ACBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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