Html Css Color HEX #AFB14C Celery

📋 copy color: '#AFB14C'

red 175 ◦ green 177 ◦ blue 76

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

Shades of Celery #AFB14C

Tints of Celery #AFB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

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

R = 40.89%
G = 41.36%
B = 17.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AFB14C (or 0xAFB14C) is known color: Celery. HEX triplet: AF, B1 and 4C. RGB value is (175,177,76). Sum of RGB (Red+Green+Blue) = 175+177+76=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB14C is #504EB3. Grayscale: #A5A5A5. Windows color (decimal): -5263028 or 5026223. OLE color: 5026223.

HSL color Cylindrical-coordinate representation of color #AFB14C: hue angle of 61.19º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB14C is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 76 -
CMYK 0.01 0 0.57 0.31
HSL 61.19º 0.4% 0.5% -
HSV(B) 61.19º 0.57% 0.69% -
XYZ 34.71 41.08 12.94 -
YUV 164.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 175 177 76 0.01 0 0.57 0.31 61.19 0.4 0.5
Hex AF B1 4C 1 0 39 1F 3D 28 32
Octal 257 261 114 1 0 71 37 75 50 62
Binary 10101111 10110001 1001100 1 0 111001 11111 111101 101000 110010

Color Harmonies of #AFB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB14C

Black with #AFB14C

Text Example


Text Example

White with #AFB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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