Html Css Color HEX #ABA807 Citrus

📋 copy color: '#ABA807'

red 171 ◦ green 168 ◦ blue 7

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

Shades of Citrus #ABA807

Tints of Citrus #ABA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.55%

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 49.42%
G = 48.55%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ABA807 (or 0xABA807) is known color: Citrus. HEX triplet: AB, A8 and 07. RGB value is (171,168,7). Sum of RGB (Red+Green+Blue) = 171+168+7=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA807 is #5457F8. Grayscale: #979797. Windows color (decimal): -5527545 or 501931. OLE color: 501931.

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

Color convert

RGB 171 168 7 -
CMYK 0 0.02 0.96 0.33
HSL 58.9º 0.92% 0.35% -
HSV(B) 58.9º 0.96% 0.67% -
XYZ 30.84 36.68 5.66 -
YUV 150.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 171 168 7 0 0.02 0.96 0.33 58.9 0.92 0.35
Hex AB A8 7 0 2 60 21 3B 5C 23
Octal 253 250 7 0 2 140 41 73 134 43
Binary 10101011 10101000 111 0 10 1100000 100001 111011 1011100 100011

Color Harmonies of #ABA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA807

Black with #ABA807

Text Example


Text Example

White with #ABA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA807; }

 p { color: rgb(171,168,7); }

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

background-color css

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

 a { background-color: rgb(171,168,7); }

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

border-color css

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

 span { border-color: rgb(171,168,7); }

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