Html Css Color HEX #AFB104 Citrus

📋 copy color: '#AFB104'

red 175 ◦ green 177 ◦ blue 4

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

Shades of Citrus #AFB104

Tints of Citrus #AFB104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 49.16%
G = 49.72%
B = 1.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AFB104 (or 0xAFB104) is known color: Citrus. HEX triplet: AF, B1 and 04. RGB value is (175,177,4). Sum of RGB (Red+Green+Blue) = 175+177+4=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB104 is #504EFB. Grayscale: #9D9D9D. Windows color (decimal): -5263100 or 307631. OLE color: 307631.

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

Color convert

RGB 175 177 4 -
CMYK 0.01 0 0.98 0.31
HSL 60.69º 0.96% 0.35% -
HSV(B) 60.69º 0.98% 0.69% -
XYZ 33.42 40.57 6.18 -
YUV 156.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 175 177 4 0.01 0 0.98 0.31 60.69 0.96 0.35
Hex AF B1 4 1 0 62 1F 3D 60 23
Octal 257 261 4 1 0 142 37 75 140 43
Binary 10101111 10110001 100 1 0 1100010 11111 111101 1100000 100011

Color Harmonies of #AFB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB104

Black with #AFB104

Text Example


Text Example

White with #AFB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB104; }

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

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

background-color css

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

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

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

border-color css

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

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

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