Html Css Color HEX #AFB64D Celery

📋 copy color: '#AFB64D'

red 175 ◦ green 182 ◦ blue 77

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

Shades of Celery #AFB64D

Tints of Celery #AFB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 40.32%
G = 41.94%
B = 17.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#AFB64D (or 0xAFB64D) is known color: Celery. HEX triplet: AF, B6 and 4D. RGB value is (175,182,77). Sum of RGB (Red+Green+Blue) = 175+182+77=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB64D is #5049B2. Grayscale: #A8A8A8. Windows color (decimal): -5261747 or 5093039. OLE color: 5093039.

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

Color convert

RGB 175 182 77 -
CMYK 0.04 0 0.58 0.29
HSL 64º 0.42% 0.51% -
HSV(B) 64º 0.58% 0.71% -
XYZ 35.75 43.11 13.46 -
YUV 167.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 175 182 77 0.04 0 0.58 0.29 64 0.42 0.51
Hex AF B6 4D 4 0 3A 1D 40 2A 33
Octal 257 266 115 4 0 72 35 100 52 63
Binary 10101111 10110110 1001101 100 0 111010 11101 1000000 101010 110011

Color Harmonies of #AFB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB64D

Black with #AFB64D

Text Example


Text Example

White with #AFB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB64D; }

 p { color: rgb(175,182,77); }

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

background-color css

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

 a { background-color: rgb(175,182,77); }

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

border-color css

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

 span { border-color: rgb(175,182,77); }

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