Html Css Color HEX #AFB100 Citrus

📋 copy color: '#AFB100'

red 175 ◦ green 177 ◦ blue 0

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

Shades of Citrus #AFB100

Tints of Citrus #AFB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.28%

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

R = 49.72%
G = 50.28%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AFB100 (or 0xAFB100) is known color: Citrus. HEX triplet: AF, B1 and 00. RGB value is (175,177,0). Sum of RGB (Red+Green+Blue) = 175+177+0=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB100 is #504EFF. Grayscale: #9C9C9C. Windows color (decimal): -5263104 or 45487. OLE color: 45487.

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

Color convert

RGB 175 177 0 -
CMYK 0.01 0 1 0.31
HSL 60.68º 1% 0.35% -
HSV(B) 60.68º 1% 0.69% -
XYZ 33.4 40.56 6.07 -
YUV 156.22 39.84 141.39 -
System Red Green Blue C M Y K H S L
Decimal 175 177 0 0.01 0 1 0.31 60.68 1 0.35
Hex AF B1 0 1 0 64 1F 3D 64 23
Octal 257 261 0 1 0 144 37 75 144 43
Binary 10101111 10110001 0 1 0 1100100 11111 111101 1100100 100011

Color Harmonies of #AFB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB100

Black with #AFB100

Text Example


Text Example

White with #AFB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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