Html Css Color HEX #AFB002 Citrus

📋 copy color: '#AFB002'

red 175 ◦ green 176 ◦ blue 2

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

Shades of Citrus #AFB002

Tints of Citrus #AFB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

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

R = 49.58%
G = 49.86%
B = 0.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AFB002 (or 0xAFB002) is known color: Citrus. HEX triplet: AF, B0 and 02. RGB value is (175,176,2). Sum of RGB (Red+Green+Blue) = 175+176+2=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB002 is #504FFD. Grayscale: #9C9C9C. Windows color (decimal): -5263358 or 176303. OLE color: 176303.

HSL color Cylindrical-coordinate representation of color #AFB002: hue angle of 60.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFB002 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 2 -
CMYK 0.01 0 0.99 0.31
HSL 60.34º 0.98% 0.35% -
HSV(B) 60.34º 0.99% 0.69% -
XYZ 33.22 40.17 6.06 -
YUV 155.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 175 176 2 0.01 0 0.99 0.31 60.34 0.98 0.35
Hex AF B0 2 1 0 63 1F 3C 62 23
Octal 257 260 2 1 0 143 37 74 142 43
Binary 10101111 10110000 10 1 0 1100011 11111 111100 1100010 100011

Color Harmonies of #AFB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB002

Black with #AFB002

Text Example


Text Example

White with #AFB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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