Html Css Color HEX #ABAC06 Citrus

📋 copy color: '#ABAC06'

red 171 ◦ green 172 ◦ blue 6

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

Shades of Citrus #ABAC06

Tints of Citrus #ABAC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 49%
G = 49.28%
B = 1.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#ABAC06 (or 0xABAC06) is known color: Citrus. HEX triplet: AB, AC and 06. RGB value is (171,172,6). Sum of RGB (Red+Green+Blue) = 171+172+6=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC06 is #5453F9. Grayscale: #999999. Windows color (decimal): -5526522 or 437419. OLE color: 437419.

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

Color convert

RGB 171 172 6 -
CMYK 0.01 0 0.97 0.33
HSL 60.36º 0.93% 0.35% -
HSV(B) 60.36º 0.97% 0.67% -
XYZ 31.58 38.18 5.88 -
YUV 152.78 45.17 141 -
System Red Green Blue C M Y K H S L
Decimal 171 172 6 0.01 0 0.97 0.33 60.36 0.93 0.35
Hex AB AC 6 1 0 61 21 3C 5D 23
Octal 253 254 6 1 0 141 41 74 135 43
Binary 10101011 10101100 110 1 0 1100001 100001 111100 1011101 100011

Color Harmonies of #ABAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC06

Black with #ABAC06

Text Example


Text Example

White with #ABAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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