Html Css Color HEX #AFBC47 Celery

📋 copy color: '#AFBC47'

red 175 ◦ green 188 ◦ blue 71

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

Shades of Celery #AFBC47

Tints of Celery #AFBC47

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 71 (28.13% from 255) = 16.36%

R = 40.32%
G = 43.32%
B = 16.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#AFBC47 (or 0xAFBC47) is known color: Celery. HEX triplet: AF, BC and 47. RGB value is (175,188,71). Sum of RGB (Red+Green+Blue) = 175+188+71=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC47 is #5043B8. Grayscale: #ABABAB. Windows color (decimal): -5260217 or 4701359. OLE color: 4701359.

HSL color Cylindrical-coordinate representation of color #AFBC47: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFBC47 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 71 -
CMYK 0.07 0 0.62 0.26
HSL 66.67º 0.47% 0.51% -
HSV(B) 66.67º 0.62% 0.74% -
XYZ 36.8 45.54 12.81 -
YUV 170.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 175 188 71 0.07 0 0.62 0.26 66.67 0.47 0.51
Hex AF BC 47 7 0 3E 1A 43 2F 33
Octal 257 274 107 7 0 76 32 103 57 63
Binary 10101111 10111100 1000111 111 0 111110 11010 1000011 101111 110011

Color Harmonies of #AFBC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC47

Black with #AFBC47

Text Example


Text Example

White with #AFBC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC47; }

 p { color: rgb(175,188,71); }

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

background-color css

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

 a { background-color: rgb(175,188,71); }

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

border-color css

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

 span { border-color: rgb(175,188,71); }

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