Html Css Color HEX #AFB400 Citrus

📋 copy color: '#AFB400'

red 175 ◦ green 180 ◦ blue 0

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

Shades of Citrus #AFB400

Tints of Citrus #AFB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.7%

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

R = 49.3%
G = 50.7%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#AFB400 (or 0xAFB400) is known color: Citrus. HEX triplet: AF, B4 and 00. RGB value is (175,180,0). Sum of RGB (Red+Green+Blue) = 175+180+0=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB400 is #504BFF. Grayscale: #9E9E9E. Windows color (decimal): -5262336 or 46255. OLE color: 46255.

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

Color convert

RGB 175 180 0 -
CMYK 0.03 0 1 0.29
HSL 61.67º 1% 0.35% -
HSV(B) 61.67º 1% 0.71% -
XYZ 34 41.76 6.27 -
YUV 157.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 175 180 0 0.03 0 1 0.29 61.67 1 0.35
Hex AF B4 0 3 0 64 1D 3E 64 23
Octal 257 264 0 3 0 144 35 76 144 43
Binary 10101111 10110100 0 11 0 1100100 11101 111110 1100100 100011

Color Harmonies of #AFB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB400

Black with #AFB400

Text Example


Text Example

White with #AFB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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