Html Css Color HEX #AFB300 Citrus

📋 copy color: '#AFB300'

red 175 ◦ green 179 ◦ blue 0

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

Shades of Citrus #AFB300

Tints of Citrus #AFB300

RGB

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

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

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

R = 49.44%
G = 50.56%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#AFB300 (or 0xAFB300) is known color: Citrus. HEX triplet: AF, B3 and 00. RGB value is (175,179,0). Sum of RGB (Red+Green+Blue) = 175+179+0=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB300 is #504CFF. Grayscale: #9E9E9E. Windows color (decimal): -5262592 or 45999. OLE color: 45999.

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

Color convert

RGB 175 179 0 -
CMYK 0.02 0 1 0.30
HSL 61.34º 1% 0.35% -
HSV(B) 61.34º 1% 0.7% -
XYZ 33.8 41.35 6.2 -
YUV 157.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 175 179 0 0.02 0 1 0.30 61.34 1 0.35
Hex AF B3 0 2 0 64 1E 3D 64 23
Octal 257 263 0 2 0 144 36 75 144 43
Binary 10101111 10110011 0 10 0 1100100 11110 111101 1100100 100011

Color Harmonies of #AFB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB300

Black with #AFB300

Text Example


Text Example

White with #AFB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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