Html Css Color HEX #AFB33F Celery

📋 copy color: '#AFB33F'

red 175 ◦ green 179 ◦ blue 63

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

Shades of Celery #AFB33F

Tints of Celery #AFB33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.11%

R = 41.97%
G = 42.93%
B = 15.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#AFB33F (or 0xAFB33F) is known color: Celery. HEX triplet: AF, B3 and 3F. RGB value is (175,179,63). Sum of RGB (Red+Green+Blue) = 175+179+63=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB33F is #504CC0. Grayscale: #A5A5A5. Windows color (decimal): -5262529 or 4174767. OLE color: 4174767.

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

Color convert

RGB 175 179 63 -
CMYK 0.02 0 0.65 0.30
HSL 62.07º 0.48% 0.47% -
HSV(B) 62.07º 0.65% 0.7% -
XYZ 34.7 41.71 10.93 -
YUV 164.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 175 179 63 0.02 0 0.65 0.30 62.07 0.48 0.47
Hex AF B3 3F 2 0 41 1E 3E 30 2F
Octal 257 263 77 2 0 101 36 76 60 57
Binary 10101111 10110011 111111 10 0 1000001 11110 111110 110000 101111

Color Harmonies of #AFB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB33F

Black with #AFB33F

Text Example


Text Example

White with #AFB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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