Html Css Color HEX #A8AB03 Citrus

📋 copy color: '#A8AB03'

red 168 ◦ green 171 ◦ blue 3

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

Shades of Citrus #A8AB03

Tints of Citrus #A8AB03

RGB

 RED value IS 168 (66.02% from 255) = 49.12%

 GREEN value IS 171 (67.19% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 49.12%
G = 50%
B = 0.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#A8AB03 (or 0xA8AB03) is known color: Citrus. HEX triplet: A8, AB and 03. RGB value is (168,171,3). Sum of RGB (Red+Green+Blue) = 168+171+3=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB03 is #5754FC. Grayscale: #979797. Windows color (decimal): -5723389 or 240552. OLE color: 240552.

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

Color convert

RGB 168 171 3 -
CMYK 0.02 0 0.98 0.33
HSL 61.07º 0.97% 0.34% -
HSV(B) 61.07º 0.98% 0.67% -
XYZ 30.73 37.46 5.7 -
YUV 150.95 44.51 140.16 -
System Red Green Blue C M Y K H S L
Decimal 168 171 3 0.02 0 0.98 0.33 61.07 0.97 0.34
Hex A8 AB 3 2 0 62 21 3D 61 22
Octal 250 253 3 2 0 142 41 75 141 42
Binary 10101000 10101011 11 10 0 1100010 100001 111101 1100001 100010

Color Harmonies of #A8AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB03

Black with #A8AB03

Text Example


Text Example

White with #A8AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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