Html Css Color HEX #AFB74C Celery

📋 copy color: '#AFB74C'

red 175 ◦ green 183 ◦ blue 76

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

Shades of Celery #AFB74C

Tints of Celery #AFB74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 40.32%
G = 42.17%
B = 17.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#AFB74C (or 0xAFB74C) is known color: Celery. HEX triplet: AF, B7 and 4C. RGB value is (175,183,76). Sum of RGB (Red+Green+Blue) = 175+183+76=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB74C is #5048B3. Grayscale: #A8A8A8. Windows color (decimal): -5261492 or 5027759. OLE color: 5027759.

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

Color convert

RGB 175 183 76 -
CMYK 0.04 0 0.58 0.28
HSL 64.49º 0.43% 0.51% -
HSV(B) 64.49º 0.58% 0.72% -
XYZ 35.92 43.5 13.34 -
YUV 168.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 175 183 76 0.04 0 0.58 0.28 64.49 0.43 0.51
Hex AF B7 4C 4 0 3A 1C 40 2B 33
Octal 257 267 114 4 0 72 34 100 53 63
Binary 10101111 10110111 1001100 100 0 111010 11100 1000000 101011 110011

Color Harmonies of #AFB74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB74C

Black with #AFB74C

Text Example


Text Example

White with #AFB74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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