Html Css Color HEX #AFAB00 Citrus

📋 copy color: '#AFAB00'

red 175 ◦ green 171 ◦ blue 0

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

Shades of Citrus #AFAB00

Tints of Citrus #AFAB00

RGB

 RED value IS 175 (68.75% from 255) = 50.58%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.58%
G = 49.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AFAB00 (or 0xAFAB00) is known color: Citrus. HEX triplet: AF, AB and 00. RGB value is (175,171,0). Sum of RGB (Red+Green+Blue) = 175+171+0=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB00 is #5054FF. Grayscale: #999999. Windows color (decimal): -5264640 or 43951. OLE color: 43951.

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

Color convert

RGB 175 171 0 -
CMYK 0 0.02 1 0.31
HSL 58.63º 1% 0.34% -
HSV(B) 58.63º 1% 0.69% -
XYZ 32.24 38.24 5.68 -
YUV 152.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 175 171 0 0 0.02 1 0.31 58.63 1 0.34
Hex AF AB 0 0 2 64 1F 3B 64 22
Octal 257 253 0 0 2 144 37 73 144 42
Binary 10101111 10101011 0 0 10 1100100 11111 111011 1100100 100010

Color Harmonies of #AFAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB00

Black with #AFAB00

Text Example


Text Example

White with #AFAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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