Html Css Color HEX #AFBD4C Celery

📋 copy color: '#AFBD4C'

red 175 ◦ green 189 ◦ blue 76

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

Shades of Celery #AFBD4C

Tints of Celery #AFBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

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

R = 39.77%
G = 42.95%
B = 17.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#AFBD4C (or 0xAFBD4C) is known color: Celery. HEX triplet: AF, BD and 4C. RGB value is (175,189,76). Sum of RGB (Red+Green+Blue) = 175+189+76=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD4C is #5042B3. Grayscale: #ACACAC. Windows color (decimal): -5259956 or 5029295. OLE color: 5029295.

HSL color Cylindrical-coordinate representation of color #AFBD4C: hue angle of 67.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFBD4C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 76 -
CMYK 0.07 0 0.60 0.26
HSL 67.43º 0.46% 0.52% -
HSV(B) 67.43º 0.6% 0.74% -
XYZ 37.18 46.03 13.76 -
YUV 171.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 175 189 76 0.07 0 0.60 0.26 67.43 0.46 0.52
Hex AF BD 4C 7 0 3C 1A 43 2E 34
Octal 257 275 114 7 0 74 32 103 56 64
Binary 10101111 10111101 1001100 111 0 111100 11010 1000011 101110 110100

Color Harmonies of #AFBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD4C

Black with #AFBD4C

Text Example


Text Example

White with #AFBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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