Html Css Color HEX #ACBE0A Citrus

📋 copy color: '#ACBE0A'

red 172 ◦ green 190 ◦ blue 10

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

Shades of Citrus #ACBE0A

Tints of Citrus #ACBE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.08%

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

R = 46.24%
G = 51.08%
B = 2.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#ACBE0A (or 0xACBE0A) is known color: Citrus. HEX triplet: AC, BE and 0A. RGB value is (172,190,10). Sum of RGB (Red+Green+Blue) = 172+190+10=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE0A is #5341F5. Grayscale: #A4A4A4. Windows color (decimal): -5456374 or 704172. OLE color: 704172.

HSL color Cylindrical-coordinate representation of color #ACBE0A: hue angle of 66º 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 #ACBE0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 10 -
CMYK 0.09 0 0.95 0.25
HSL 66º 0.9% 0.39% -
HSV(B) 66º 0.95% 0.75% -
XYZ 35.48 45.62 7.22 -
YUV 164.1 41.04 133.64 -
System Red Green Blue C M Y K H S L
Decimal 172 190 10 0.09 0 0.95 0.25 66 0.9 0.39
Hex AC BE A 9 0 5F 19 42 5A 27
Octal 254 276 12 11 0 137 31 102 132 47
Binary 10101100 10111110 1010 1001 0 1011111 11001 1000010 1011010 100111

Color Harmonies of #ACBE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE0A

Black with #ACBE0A

Text Example


Text Example

White with #ACBE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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