Html Css Color HEX #ABAC0C Citrus

📋 copy color: '#ABAC0C'

red 171 ◦ green 172 ◦ blue 12

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

Shades of Citrus #ABAC0C

Tints of Citrus #ABAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 48.17%
G = 48.45%
B = 3.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ABAC0C (or 0xABAC0C) is known color: Citrus. HEX triplet: AB, AC and 0C. RGB value is (171,172,12). Sum of RGB (Red+Green+Blue) = 171+172+12=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC0C is #5453F3. Grayscale: #9A9A9A. Windows color (decimal): -5526516 or 830635. OLE color: 830635.

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

Color convert

RGB 171 172 12 -
CMYK 0.01 0 0.93 0.33
HSL 60.38º 0.87% 0.36% -
HSV(B) 60.38º 0.93% 0.67% -
XYZ 31.61 38.19 6.05 -
YUV 153.46 48.17 140.51 -
System Red Green Blue C M Y K H S L
Decimal 171 172 12 0.01 0 0.93 0.33 60.38 0.87 0.36
Hex AB AC C 1 0 5D 21 3C 57 24
Octal 253 254 14 1 0 135 41 74 127 44
Binary 10101011 10101100 1100 1 0 1011101 100001 111100 1010111 100100

Color Harmonies of #ABAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC0C

Black with #ABAC0C

Text Example


Text Example

White with #ABAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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