Html Css Color HEX #AFB54F Celery

📋 copy color: '#AFB54F'

red 175 ◦ green 181 ◦ blue 79

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

Shades of Celery #AFB54F

Tints of Celery #AFB54F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.61%

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

R = 40.23%
G = 41.61%
B = 18.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#AFB54F (or 0xAFB54F) is known color: Celery. HEX triplet: AF, B5 and 4F. RGB value is (175,181,79). Sum of RGB (Red+Green+Blue) = 175+181+79=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB54F is #504AB0. Grayscale: #A7A7A7. Windows color (decimal): -5262001 or 5223855. OLE color: 5223855.

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

Color convert

RGB 175 181 79 -
CMYK 0.03 0 0.56 0.29
HSL 63.53º 0.41% 0.51% -
HSV(B) 63.53º 0.56% 0.71% -
XYZ 35.61 42.73 13.77 -
YUV 167.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 175 181 79 0.03 0 0.56 0.29 63.53 0.41 0.51
Hex AF B5 4F 3 0 38 1D 40 29 33
Octal 257 265 117 3 0 70 35 100 51 63
Binary 10101111 10110101 1001111 11 0 111000 11101 1000000 101001 110011

Color Harmonies of #AFB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB54F

Black with #AFB54F

Text Example


Text Example

White with #AFB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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