Html Css Color HEX #AFB201 Citrus

📋 copy color: '#AFB201'

red 175 ◦ green 178 ◦ blue 1

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

Shades of Citrus #AFB201

Tints of Citrus #AFB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.28%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.44%
G = 50.28%
B = 0.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#AFB201 (or 0xAFB201) is known color: Citrus. HEX triplet: AF, B2 and 01. RGB value is (175,178,1). Sum of RGB (Red+Green+Blue) = 175+178+1=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB201 is #504DFE. Grayscale: #9D9D9D. Windows color (decimal): -5262847 or 111279. OLE color: 111279.

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

Color convert

RGB 175 178 1 -
CMYK 0.02 0 0.99 0.30
HSL 61.02º 0.99% 0.35% -
HSV(B) 61.02º 0.99% 0.7% -
XYZ 33.61 40.96 6.16 -
YUV 156.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 175 178 1 0.02 0 0.99 0.30 61.02 0.99 0.35
Hex AF B2 1 2 0 63 1E 3D 63 23
Octal 257 262 1 2 0 143 36 75 143 43
Binary 10101111 10110010 1 10 0 1100011 11110 111101 1100011 100011

Color Harmonies of #AFB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB201

Black with #AFB201

Text Example


Text Example

White with #AFB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB201; }

 p { color: rgb(175,178,1); }

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

background-color css

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

 a { background-color: rgb(175,178,1); }

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

border-color css

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

 span { border-color: rgb(175,178,1); }

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