Html Css Color HEX #ABAE03 Citrus

📋 copy color: '#ABAE03'

red 171 ◦ green 174 ◦ blue 3

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

Shades of Citrus #ABAE03

Tints of Citrus #ABAE03

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50%

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

R = 49.14%
G = 50%
B = 0.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ABAE03 (or 0xABAE03) is known color: Citrus. HEX triplet: AB, AE and 03. RGB value is (171,174,3). Sum of RGB (Red+Green+Blue) = 171+174+3=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE03 is #5451FC. Grayscale: #9A9A9A. Windows color (decimal): -5526013 or 241323. OLE color: 241323.

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

Color convert

RGB 171 174 3 -
CMYK 0.02 0 0.98 0.32
HSL 61.05º 0.97% 0.35% -
HSV(B) 61.05º 0.98% 0.68% -
XYZ 31.95 38.94 5.92 -
YUV 153.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 171 174 3 0.02 0 0.98 0.32 61.05 0.97 0.35
Hex AB AE 3 2 0 62 20 3D 61 23
Octal 253 256 3 2 0 142 40 75 141 43
Binary 10101011 10101110 11 10 0 1100010 100000 111101 1100001 100011

Color Harmonies of #ABAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE03

Black with #ABAE03

Text Example


Text Example

White with #ABAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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