Html Css Color HEX #ABAE02 Citrus

📋 copy color: '#ABAE02'

red 171 ◦ green 174 ◦ blue 2

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

Shades of Citrus #ABAE02

Tints of Citrus #ABAE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 49.28%
G = 50.14%
B = 0.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ABAE02 (or 0xABAE02) is known color: Citrus. HEX triplet: AB, AE and 02. RGB value is (171,174,2). Sum of RGB (Red+Green+Blue) = 171+174+2=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE02 is #5451FD. Grayscale: #9A9A9A. Windows color (decimal): -5526014 or 175787. OLE color: 175787.

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

Color convert

RGB 171 174 2 -
CMYK 0.02 0 0.99 0.32
HSL 61.05º 0.98% 0.35% -
HSV(B) 61.05º 0.99% 0.68% -
XYZ 31.94 38.93 5.89 -
YUV 153.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 171 174 2 0.02 0 0.99 0.32 61.05 0.98 0.35
Hex AB AE 2 2 0 63 20 3D 62 23
Octal 253 256 2 2 0 143 40 75 142 43
Binary 10101011 10101110 10 10 0 1100011 100000 111101 1100010 100011

Color Harmonies of #ABAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE02

Black with #ABAE02

Text Example


Text Example

White with #ABAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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