Html Css Color HEX #ACBF0A Citrus

📋 copy color: '#ACBF0A'

red 172 ◦ green 191 ◦ blue 10

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

Shades of Citrus #ACBF0A

Tints of Citrus #ACBF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 46.11%
G = 51.21%
B = 2.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#ACBF0A (or 0xACBF0A) is known color: Citrus. HEX triplet: AC, BF and 0A. RGB value is (172,191,10). Sum of RGB (Red+Green+Blue) = 172+191+10=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBF0A is #5340F5. Grayscale: #A5A5A5. Windows color (decimal): -5456118 or 704428. OLE color: 704428.

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

Color convert

RGB 172 191 10 -
CMYK 0.10 0 0.95 0.25
HSL 66.3º 0.9% 0.39% -
HSV(B) 66.3º 0.95% 0.75% -
XYZ 35.7 46.05 7.29 -
YUV 164.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 172 191 10 0.10 0 0.95 0.25 66.3 0.9 0.39
Hex AC BF A A 0 5F 19 42 5A 27
Octal 254 277 12 12 0 137 31 102 132 47
Binary 10101100 10111111 1010 1010 0 1011111 11001 1000010 1011010 100111

Color Harmonies of #ACBF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBF0A

Black with #ACBF0A

Text Example


Text Example

White with #ACBF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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