Html Css Color HEX #AFBC48 Celery

📋 copy color: '#AFBC48'

red 175 ◦ green 188 ◦ blue 72

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

Shades of Celery #AFBC48

Tints of Celery #AFBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.55%

R = 40.23%
G = 43.22%
B = 16.55%

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

#AFBC48 (or 0xAFBC48) is known color: Celery. HEX triplet: AF, BC and 48. RGB value is (175,188,72). Sum of RGB (Red+Green+Blue) = 175+188+72=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC48 is #5043B7. Grayscale: #ABABAB. Windows color (decimal): -5260216 or 4766895. OLE color: 4766895.

HSL color Cylindrical-coordinate representation of color #AFBC48: hue angle of 66.72º degrees, saturation: 0.46, 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 #AFBC48 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 72 -
CMYK 0.07 0 0.62 0.26
HSL 66.72º 0.46% 0.51% -
HSV(B) 66.72º 0.62% 0.74% -
XYZ 36.83 45.55 12.98 -
YUV 170.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 175 188 72 0.07 0 0.62 0.26 66.72 0.46 0.51
Hex AF BC 48 7 0 3E 1A 43 2E 33
Octal 257 274 110 7 0 76 32 103 56 63
Binary 10101111 10111100 1001000 111 0 111110 11010 1000011 101110 110011

Color Harmonies of #AFBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC48

Black with #AFBC48

Text Example


Text Example

White with #AFBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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