Html Css Color HEX #ABAF02 Citrus

📋 copy color: '#ABAF02'

red 171 ◦ green 175 ◦ blue 2

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

Shades of Citrus #ABAF02

Tints of Citrus #ABAF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.29%

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

R = 49.14%
G = 50.29%
B = 0.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#ABAF02 (or 0xABAF02) is known color: Citrus. HEX triplet: AB, AF and 02. RGB value is (171,175,2). Sum of RGB (Red+Green+Blue) = 171+175+2=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF02 is #5450FD. Grayscale: #9A9A9A. Windows color (decimal): -5525758 or 176043. OLE color: 176043.

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

Color convert

RGB 171 175 2 -
CMYK 0.02 0 0.99 0.31
HSL 61.39º 0.98% 0.35% -
HSV(B) 61.39º 0.99% 0.69% -
XYZ 32.14 39.32 5.95 -
YUV 154.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 171 175 2 0.02 0 0.99 0.31 61.39 0.98 0.35
Hex AB AF 2 2 0 63 1F 3D 62 23
Octal 253 257 2 2 0 143 37 75 142 43
Binary 10101011 10101111 10 10 0 1100011 11111 111101 1100010 100011

Color Harmonies of #ABAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF02

Black with #ABAF02

Text Example


Text Example

White with #ABAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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