Html Css Color HEX #AFB74F Celery

📋 copy color: '#AFB74F'

red 175 ◦ green 183 ◦ blue 79

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

Shades of Celery #AFB74F

Tints of Celery #AFB74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 40.05%
G = 41.88%
B = 18.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#AFB74F (or 0xAFB74F) is known color: Celery. HEX triplet: AF, B7 and 4F. RGB value is (175,183,79). Sum of RGB (Red+Green+Blue) = 175+183+79=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB74F is #5048B0. Grayscale: #A9A9A9. Windows color (decimal): -5261489 or 5224367. OLE color: 5224367.

HSL color Cylindrical-coordinate representation of color #AFB74F: hue angle of 64.62º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB74F is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 79 -
CMYK 0.04 0 0.57 0.28
HSL 64.62º 0.42% 0.51% -
HSV(B) 64.62º 0.57% 0.72% -
XYZ 36.02 43.55 13.9 -
YUV 168.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 175 183 79 0.04 0 0.57 0.28 64.62 0.42 0.51
Hex AF B7 4F 4 0 39 1C 41 2A 33
Octal 257 267 117 4 0 71 34 101 52 63
Binary 10101111 10110111 1001111 100 0 111001 11100 1000001 101010 110011

Color Harmonies of #AFB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB74F

Black with #AFB74F

Text Example


Text Example

White with #AFB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB74F; }

 p { color: rgb(175,183,79); }

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

background-color css

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

 a { background-color: rgb(175,183,79); }

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

border-color css

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

 span { border-color: rgb(175,183,79); }

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