Html Css Color HEX #ABAC0A Citrus

📋 copy color: '#ABAC0A'

red 171 ◦ green 172 ◦ blue 10

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

Shades of Citrus #ABAC0A

Tints of Citrus #ABAC0A

RGB

 RED value IS 171 (67.19% from 255) = 48.44%

 GREEN value IS 172 (67.58% from 255) = 48.73%

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

R = 48.44%
G = 48.73%
B = 2.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ABAC0A (or 0xABAC0A) is known color: Citrus. HEX triplet: AB, AC and 0A. RGB value is (171,172,10). Sum of RGB (Red+Green+Blue) = 171+172+10=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC0A is #5453F5. Grayscale: #999999. Windows color (decimal): -5526518 or 699563. OLE color: 699563.

HSL color Cylindrical-coordinate representation of color #ABAC0A: hue angle of 60.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABAC0A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 10 -
CMYK 0.01 0 0.94 0.33
HSL 60.37º 0.89% 0.36% -
HSV(B) 60.37º 0.94% 0.67% -
XYZ 31.6 38.18 5.99 -
YUV 153.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 171 172 10 0.01 0 0.94 0.33 60.37 0.89 0.36
Hex AB AC A 1 0 5E 21 3C 59 24
Octal 253 254 12 1 0 136 41 74 131 44
Binary 10101011 10101100 1010 1 0 1011110 100001 111100 1011001 100100

Color Harmonies of #ABAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC0A

Black with #ABAC0A

Text Example


Text Example

White with #ABAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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