Html Css Color HEX #AFB348 Celery

📋 copy color: '#AFB348'

red 175 ◦ green 179 ◦ blue 72

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

Shades of Celery #AFB348

Tints of Celery #AFB348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

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

R = 41.08%
G = 42.02%
B = 16.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#AFB348 (or 0xAFB348) is known color: Celery. HEX triplet: AF, B3 and 48. RGB value is (175,179,72). Sum of RGB (Red+Green+Blue) = 175+179+72=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB348 is #504CB7. Grayscale: #A6A6A6. Windows color (decimal): -5262520 or 4764591. OLE color: 4764591.

HSL color Cylindrical-coordinate representation of color #AFB348: hue angle of 62.24º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB348 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 72 -
CMYK 0.02 0 0.60 0.30
HSL 62.24º 0.43% 0.49% -
HSV(B) 62.24º 0.6% 0.7% -
XYZ 34.97 41.82 12.36 -
YUV 165.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 175 179 72 0.02 0 0.60 0.30 62.24 0.43 0.49
Hex AF B3 48 2 0 3C 1E 3E 2B 31
Octal 257 263 110 2 0 74 36 76 53 61
Binary 10101111 10110011 1001000 10 0 111100 11110 111110 101011 110001

Color Harmonies of #AFB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB348

Black with #AFB348

Text Example


Text Example

White with #AFB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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