Html Css Color HEX #AFB203 Citrus

📋 copy color: '#AFB203'

red 175 ◦ green 178 ◦ blue 3

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

Shades of Citrus #AFB203

Tints of Citrus #AFB203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 49.16%
G = 50%
B = 0.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#AFB203 (or 0xAFB203) is known color: Citrus. HEX triplet: AF, B2 and 03. RGB value is (175,178,3). Sum of RGB (Red+Green+Blue) = 175+178+3=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB203 is #504DFC. Grayscale: #9D9D9D. Windows color (decimal): -5262845 or 242351. OLE color: 242351.

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

Color convert

RGB 175 178 3 -
CMYK 0.02 0 0.98 0.30
HSL 61.03º 0.97% 0.35% -
HSV(B) 61.03º 0.98% 0.7% -
XYZ 33.62 40.96 6.22 -
YUV 157.15 41.01 140.73 -
System Red Green Blue C M Y K H S L
Decimal 175 178 3 0.02 0 0.98 0.30 61.03 0.97 0.35
Hex AF B2 3 2 0 62 1E 3D 61 23
Octal 257 262 3 2 0 142 36 75 141 43
Binary 10101111 10110010 11 10 0 1100010 11110 111101 1100001 100011

Color Harmonies of #AFB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB203

Black with #AFB203

Text Example


Text Example

White with #AFB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB203; }

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

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

background-color css

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

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

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

border-color css

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

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

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