Html Css Color HEX #ACBF00 Citrus

📋 copy color: '#ACBF00'

red 172 ◦ green 191 ◦ blue 0

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

Shades of Citrus #ACBF00

Tints of Citrus #ACBF00

RGB

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

 GREEN value IS 191 (75% from 255) = 52.62%

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

R = 47.38%
G = 52.62%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#ACBF00 (or 0xACBF00) is known color: Citrus. HEX triplet: AC, BF and 00. RGB value is (172,191,0). Sum of RGB (Red+Green+Blue) = 172+191+0=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBF00 is #5340FF. Grayscale: #A4A4A4. Windows color (decimal): -5456128 or 49068. OLE color: 49068.

HSL color Cylindrical-coordinate representation of color #ACBF00: hue angle of 65.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACBF00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 191 0 -
CMYK 0.10 0 1 0.25
HSL 65.97º 1% 0.37% -
HSV(B) 65.97º 1% 0.75% -
XYZ 35.64 46.03 7.01 -
YUV 163.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 172 191 0 0.10 0 1 0.25 65.97 1 0.37
Hex AC BF 0 A 0 64 19 42 64 25
Octal 254 277 0 12 0 144 31 102 144 45
Binary 10101100 10111111 0 1010 0 1100100 11001 1000010 1100100 100101

Color Harmonies of #ACBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF00

Black with #ACBF00

Text Example


Text Example

White with #ACBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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