Html Css Color HEX #ABAB05 Citrus

📋 copy color: '#ABAB05'

red 171 ◦ green 171 ◦ blue 5

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

Shades of Citrus #ABAB05

Tints of Citrus #ABAB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 49.28%
G = 49.28%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#ABAB05 (or 0xABAB05) is known color: Citrus. HEX triplet: AB, AB and 05. RGB value is (171,171,5). Sum of RGB (Red+Green+Blue) = 171+171+5=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAB05 is #5454FA. Grayscale: #989898. Windows color (decimal): -5526779 or 371627. OLE color: 371627.

HSL color Cylindrical-coordinate representation of color #ABAB05: hue angle of 60º degrees, saturation: 0.94, 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 #ABAB05 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 5 -
CMYK 0 0 0.97 0.33
HSL 60º 0.94% 0.35% -
HSV(B) 60º 0.97% 0.67% -
XYZ 31.38 37.79 5.78 -
YUV 152.08 45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 171 171 5 0 0 0.97 0.33 60 0.94 0.35
Hex AB AB 5 0 0 61 21 3C 5E 23
Octal 253 253 5 0 0 141 41 74 136 43
Binary 10101011 10101011 101 0 0 1100001 100001 111100 1011110 100011

Color Harmonies of #ABAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB05

Black with #ABAB05

Text Example


Text Example

White with #ABAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB05; }

 p { color: rgb(171,171,5); }

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

background-color css

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

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

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

border-color css

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

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

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