Html Css Color HEX #AFB202 Citrus

📋 copy color: '#AFB202'

red 175 ◦ green 178 ◦ blue 2

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

Shades of Citrus #AFB202

Tints of Citrus #AFB202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 49.3%
G = 50.14%
B = 0.56%

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

#AFB202 (or 0xAFB202) is known color: Citrus. HEX triplet: AF, B2 and 02. RGB value is (175,178,2). Sum of RGB (Red+Green+Blue) = 175+178+2=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB202 is #504DFD. Grayscale: #9D9D9D. Windows color (decimal): -5262846 or 176815. OLE color: 176815.

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

Color convert

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

Color Harmonies of #AFB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB202

Black with #AFB202

Text Example


Text Example

White with #AFB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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