Html Css Color HEX #AFB301 Citrus

📋 copy color: '#AFB301'

red 175 ◦ green 179 ◦ blue 1

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

Shades of Citrus #AFB301

Tints of Citrus #AFB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.42%

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

R = 49.3%
G = 50.42%
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

#AFB301 (or 0xAFB301) is known color: Citrus. HEX triplet: AF, B3 and 01. RGB value is (175,179,1). Sum of RGB (Red+Green+Blue) = 175+179+1=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB301 is #504CFE. Grayscale: #9E9E9E. Windows color (decimal): -5262591 or 111535. OLE color: 111535.

HSL color Cylindrical-coordinate representation of color #AFB301: hue angle of 61.35º 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 #AFB301 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 1 -
CMYK 0.02 0 0.99 0.30
HSL 61.35º 0.99% 0.35% -
HSV(B) 61.35º 0.99% 0.7% -
XYZ 33.8 41.36 6.23 -
YUV 157.51 39.67 140.47 -
System Red Green Blue C M Y K H S L
Decimal 175 179 1 0.02 0 0.99 0.30 61.35 0.99 0.35
Hex AF B3 1 2 0 63 1E 3D 63 23
Octal 257 263 1 2 0 143 36 75 143 43
Binary 10101111 10110011 1 10 0 1100011 11110 111101 1100011 100011

Color Harmonies of #AFB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB301

Black with #AFB301

Text Example


Text Example

White with #AFB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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